#9C30BF

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

Shades of Dark Orchid #9C30BF

Tints of Dark Orchid #9C30BF

Color information

#9C30BF (or 0x9C30BF) is unknown color: approx Dark Orchid. HEX triplet: 9C, 30 and BF. RGB value is (156,48,191). Sum of RGB (Red+Green+Blue) = 156+48+191=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C30BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C30BF is #63CF40. Grayscale: #606060. Windows color (decimal): -6541121 or 12529820. OLE color: 12529820.

HSL color Cylindrical-coordinate representation of color #9C30BF: hue angle of 285.31º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9C30BF is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15648191-
CMYK0.180.7500.25
HSL285.31º59.83%46.86%-
HSV(B)285.31º74.87%74.9%-
XYZ24.1712.9450.51-
YUV96.59181.28170.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.49%
GREEN value IS 48 (19.14% from 255) = 12.15%
BLUE value IS 191 (75% from 255) = 48.35%
R=39.49%
G=12.15%
B=48.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156481910.180.7500.25285.3159.8346.86
Hex9C30BF124B01911d3c2f
Octal23460277221130314357457
Binary1001110011000010111111100101001011011001100011101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C30BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C30BF; }

 p { color: rgb(156,48,191); }

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

<style>
 a { background-color: #9C30BF; }

 a { background-color: rgb(156,48,191); }

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

<style>
 span { border-color: #9C30BF; }

 span { border-color: rgb(156,48,191); }

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