Html Css Color HEX #9912B4 Dark Violet

📋 copy color: '#9912B4'

red 153 ◦ green 18 ◦ blue 180

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

Shades of Dark Violet #9912B4

Tints of Dark Violet #9912B4

RGB

 RED value IS 153 (60.16% from 255) = 43.59%

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

 BLUE value IS 180 (70.7% from 255) = 51.28%

R = 43.59%
G = 5.13%
B = 51.28%

CMYK

 C value IS 0.15

 M value IS 0.9

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9912B4 (or 0x9912B4) is known color: Dark Violet. HEX triplet: 99, 12 and B4. RGB value is (153,18,180). Sum of RGB (Red+Green+Blue) = 153+18+180=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 180 (70.70% from 255 or 51.28% from 351); Max value from RGB is 180 - color contains mainly: blue. Hex color #9912B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9912B4 is #66ED4B. Grayscale: #4C4C4C. Windows color (decimal): -6745420 or 11801241. OLE color: 11801241.

HSL color Cylindrical-coordinate representation of color #9912B4: hue angle of 290º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9912B4 is Cyan = 0.15, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 18 180 -
CMYK 0.15 0.9 0 0.29
HSL 290º 0.82% 0.39% -
HSV(B) 290º 0.9% 0.71% -
XYZ 21.59 10.5 44.07 -
YUV 76.83 186.23 182.33 -
System Red Green Blue C M Y K H S L
Decimal 153 18 180 0.15 0.9 0 0.29 290 0.82 0.39
Hex 99 12 B4 F 5A 0 1D 122 52 27
Octal 231 22 264 17 132 0 35 442 122 47
Binary 10011001 10010 10110100 1111 1011010 0 11101 100100010 1010010 100111

Color Harmonies of #9912B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9912B4

Black with #9912B4

Text Example


Text Example

White with #9912B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9912B4; }

 p { color: rgb(153,18,180); }

 H1.HeaderClassName
 {
   color: #9912B4;
 }
 .AnyTagClassName
 {
   color: #9912B4;
 }
</style>

background-color css

<style>
 a { background-color: #9912B4; }

 a { background-color: rgb(153,18,180); }

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

border-color css

<style>
 span { border-color: #9912B4; }

 span { border-color: rgb(153,18,180); }

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