Html Css Color HEX #9F12DB Dark Violet

📋 copy color: '#9F12DB'

red 159 ◦ green 18 ◦ blue 219

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

Shades of Dark Violet #9F12DB

Tints of Dark Violet #9F12DB

RGB

 RED value IS 159 (62.5% from 255) = 40.15%

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

 BLUE value IS 219 (85.94% from 255) = 55.3%

R = 40.15%
G = 4.55%
B = 55.3%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F12DB (or 0x9F12DB) is known color: Dark Violet. HEX triplet: 9F, 12 and DB. RGB value is (159,18,219). Sum of RGB (Red+Green+Blue) = 159+18+219=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F12DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F12DB is #60ED24. Grayscale: #525252. Windows color (decimal): -6352165 or 14357151. OLE color: 14357151.

HSL color Cylindrical-coordinate representation of color #9F12DB: hue angle of 282.09º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F12DB is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 18 219 -
CMYK 0.27 0.92 0 0.14
HSL 282.09º 0.85% 0.46% -
HSV(B) 282.09º 0.92% 0.86% -
XYZ 27.3 12.92 68.07 -
YUV 83.07 204.71 182.16 -
System Red Green Blue C M Y K H S L
Decimal 159 18 219 0.27 0.92 0 0.14 282.09 0.85 0.46
Hex 9F 12 DB 1B 5C 0 E 11A 55 2E
Octal 237 22 333 33 134 0 16 432 125 56
Binary 10011111 10010 11011011 11011 1011100 0 1110 100011010 1010101 101110

Color Harmonies of #9F12DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F12DB

Black with #9F12DB

Text Example


Text Example

White with #9F12DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,18,219); }

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

background-color css

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

 a { background-color: rgb(159,18,219); }

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

border-color css

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

 span { border-color: rgb(159,18,219); }

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