Html Css Color HEX #9A0CBB Dark Violet

📋 copy color: '#9A0CBB'

red 154 ◦ green 12 ◦ blue 187

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

Shades of Dark Violet #9A0CBB

Tints of Dark Violet #9A0CBB

RGB

 RED value IS 154 (60.55% from 255) = 43.63%

 GREEN value IS 12 (5.08% from 255) = 3.4%

 BLUE value IS 187 (73.44% from 255) = 52.97%

R = 43.63%
G = 3.4%
B = 52.97%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A0CBB (or 0x9A0CBB) is known color: Dark Violet. HEX triplet: 9A, 0C and BB. RGB value is (154,12,187). Sum of RGB (Red+Green+Blue) = 154+12+187=353 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.63% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A0CBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A0CBB is #65F344. Grayscale: #494949. Windows color (decimal): -6681413 or 12258458. OLE color: 12258458.

HSL color Cylindrical-coordinate representation of color #9A0CBB: hue angle of 288.69º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0CBB is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 12 187 -
CMYK 0.18 0.94 0 0.27
HSL 288.69º 0.88% 0.39% -
HSV(B) 288.69º 0.94% 0.73% -
XYZ 22.43 10.72 47.9 -
YUV 74.41 191.54 184.77 -
System Red Green Blue C M Y K H S L
Decimal 154 12 187 0.18 0.94 0 0.27 288.69 0.88 0.39
Hex 9A C BB 12 5E 0 1B 121 58 27
Octal 232 14 273 22 136 0 33 441 130 47
Binary 10011010 1100 10111011 10010 1011110 0 11011 100100001 1011000 100111

Color Harmonies of #9A0CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0CBB

Black with #9A0CBB

Text Example


Text Example

White with #9A0CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,12,187); }

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

background-color css

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

 a { background-color: rgb(154,12,187); }

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

border-color css

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

 span { border-color: rgb(154,12,187); }

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