Html Css Color HEX #9A12BB Dark Violet

📋 copy color: '#9A12BB'

red 154 ◦ green 18 ◦ blue 187

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

Shades of Dark Violet #9A12BB

Tints of Dark Violet #9A12BB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.01%

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

R = 42.9%
G = 5.01%
B = 52.09%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A12BB (or 0x9A12BB) is known color: Dark Violet. HEX triplet: 9A, 12 and BB. RGB value is (154,18,187). Sum of RGB (Red+Green+Blue) = 154+18+187=359 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.90% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A12BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A12BB is #65ED44. Grayscale: #4D4D4D. Windows color (decimal): -6679877 or 12259994. OLE color: 12259994.

HSL color Cylindrical-coordinate representation of color #9A12BB: hue angle of 288.28º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A12BB is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 18 187 -
CMYK 0.18 0.90 0 0.27
HSL 288.28º 0.82% 0.4% -
HSV(B) 288.28º 0.9% 0.73% -
XYZ 22.51 10.89 47.93 -
YUV 77.93 189.56 182.26 -
System Red Green Blue C M Y K H S L
Decimal 154 18 187 0.18 0.90 0 0.27 288.28 0.82 0.4
Hex 9A 12 BB 12 5A 0 1B 120 52 28
Octal 232 22 273 22 132 0 33 440 122 50
Binary 10011010 10010 10111011 10010 1011010 0 11011 100100000 1010010 101000

Color Harmonies of #9A12BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A12BB

Black with #9A12BB

Text Example


Text Example

White with #9A12BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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