Html Css Color HEX #9C0FBD Dark Violet

📋 copy color: '#9C0FBD'

red 156 ◦ green 15 ◦ blue 189

#9C0FBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9C0FBD

Tints of Dark Violet #9C0FBD

RGB

 RED value IS 156 (61.33% from 255) = 43.33%

 GREEN value IS 15 (6.25% from 255) = 4.17%

 BLUE value IS 189 (74.22% from 255) = 52.5%

R = 43.33%
G = 4.17%
B = 52.5%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9C0FBD (or 0x9C0FBD) is known color: Dark Violet. HEX triplet: 9C, 0F and BD. RGB value is (156,15,189). Sum of RGB (Red+Green+Blue) = 156+15+189=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C0FBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C0FBD is #63F042. Grayscale: #4C4C4C. Windows color (decimal): -6549571 or 12390300. OLE color: 12390300.

HSL color Cylindrical-coordinate representation of color #9C0FBD: hue angle of 288.62º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0FBD is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 15 189 -
CMYK 0.17 0.92 0 0.26
HSL 288.62º 0.85% 0.4% -
HSV(B) 288.62º 0.92% 0.74% -
XYZ 23.07 11.08 49.07 -
YUV 77 191.21 184.35 -
System Red Green Blue C M Y K H S L
Decimal 156 15 189 0.17 0.92 0 0.26 288.62 0.85 0.4
Hex 9C F BD 11 5C 0 1A 121 55 28
Octal 234 17 275 21 134 0 32 441 125 50
Binary 10011100 1111 10111101 10001 1011100 0 11010 100100001 1010101 101000

Color Harmonies of #9C0FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0FBD

Black with #9C0FBD

Text Example


Text Example

White with #9C0FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,15,189); }

 H1.HeaderClassName
 {
   color: #9C0FBD;
 }
 .AnyTagClassName
 {
   color: #9C0FBD;
 }
</style>

background-color css

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

 a { background-color: rgb(156,15,189); }

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

border-color css

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

 span { border-color: rgb(156,15,189); }

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