#9531C4

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

Shades of Dark Orchid #9531C4

Tints of Dark Orchid #9531C4

Color information

#9531C4 (or 0x9531C4) is unknown color: approx Dark Orchid. HEX triplet: 95, 31 and C4. RGB value is (149,49,196). Sum of RGB (Red+Green+Blue) = 149+49+196=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 49 (19.53% from 255 or 12.44% from 394); Blue value is 196 (76.95% from 255 or 49.75% from 394); Max value from RGB is 196 - color contains mainly: blue. Hex color #9531C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9531C4 is #6ACE3B. Grayscale: #5F5F5F. Windows color (decimal): -6999612 or 12857749. OLE color: 12857749.

HSL color Cylindrical-coordinate representation of color #9531C4: hue angle of 280.82º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9531C4 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14949196-
CMYK0.240.7500.23
HSL280.82º60%48.04%-
HSV(B)280.82º75%76.86%-
XYZ23.4612.5753.41-
YUV95.66184.63166.05-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.82%
GREEN value IS 49 (19.53% from 255) = 12.44%
BLUE value IS 196 (76.95% from 255) = 49.75%
R=37.82%
G=12.44%
B=49.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal149491960.240.7500.23280.826048.04
Hex9531C4184B0171193c30
Octal22561304301130274317460
Binary1001010111000111000100110001001011010111100011001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9531C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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