#9531CA

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

Shades of Dark Orchid #9531CA

Tints of Dark Orchid #9531CA

Color information

#9531CA (or 0x9531CA) is unknown color: approx Dark Orchid. HEX triplet: 95, 31 and CA. RGB value is (149,49,202). Sum of RGB (Red+Green+Blue) = 149+49+202=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #9531CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9531CA is #6ACE35. Grayscale: #5F5F5F. Windows color (decimal): -6999606 or 13250965. OLE color: 13250965.

HSL color Cylindrical-coordinate representation of color #9531CA: hue angle of 279.22º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9531CA is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14949202-
CMYK0.260.7600.21
HSL279.22º60.96%49.22%-
HSV(B)279.22º75.74%79.22%-
XYZ24.1512.8557.08-
YUV96.34187.63165.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.25%
GREEN value IS 49 (19.53% from 255) = 12.25%
BLUE value IS 202 (79.30% from 255) = 50.5%
R=37.25%
G=12.25%
B=50.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal149492020.260.7600.21279.2260.9649.22
Hex9531CA1A4C0151173d31
Octal22561312321140254277561
Binary1001010111000111001010110101001100010101100010111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9531CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9531CA; }

 p { color: rgb(149,49,202); }

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

<style>
 a { background-color: #9531CA; }

 a { background-color: rgb(149,49,202); }

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

<style>
 span { border-color: #9531CA; }

 span { border-color: rgb(149,49,202); }

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