#9528BE

Color #9528BE Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9528BE

Tints of Dark Orchid #9528BE

Color information

#9528BE (or 0x9528BE) is unknown color: approx Dark Orchid. HEX triplet: 95, 28 and BE. RGB value is (149,40,190). Sum of RGB (Red+Green+Blue) = 149+40+190=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 40 (16.02% from 255 or 10.55% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #9528BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9528BE is #6AD741. Grayscale: #595959. Windows color (decimal): -7001922 or 12462229. OLE color: 12462229.

HSL color Cylindrical-coordinate representation of color #9528BE: hue angle of 283.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9528BE is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14940190-
CMYK0.220.7900.25
HSL283.6º65.22%45.1%-
HSV(B)283.6º78.95%74.51%-
XYZ22.4511.6249.78-
YUV89.69184.61170.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 39.31%
GREEN value IS 40 (16.02% from 255) = 10.55%
BLUE value IS 190 (74.61% from 255) = 50.13%
R=39.31%
G=10.55%
B=50.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149401900.220.7900.25283.665.2245.1
Hex9528BE164F01911c412d
Octal225502762611703143410155
Binary10010101101000101111101011010011110110011000111001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9528BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9528BE; }

 p { color: rgb(149,40,190); }

 H1.HeaderClassName
 {
   color: #9528BE;
 }
 .AnyTagClassName
 {
   color: #9528BE;
 }
</style>
background-color css

<style>
 a { background-color: #9528BE; }

 a { background-color: rgb(149,40,190); }

 div.DivClassName
 {
   background-color: #9528BE;
 }
 .BgClassName
 {
   background-color: #9528BE;
 }
</style>
border-color css

<style>
 span { border-color: #9528BE; }

 span { border-color: rgb(149,40,190); }

 td.TdClassName
 {
   border-color: #9528BE;
 }
 .TagClassName
 {
   border-color: #9528BE;
 }
</style>