Html Css Color HEX #9612BF Dark Violet

📋 copy color: '#9612BF'

red 150 ◦ green 18 ◦ blue 191

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

Shades of Dark Violet #9612BF

Tints of Dark Violet #9612BF

RGB

 RED value IS 150 (58.98% from 255) = 41.78%

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

 BLUE value IS 191 (75% from 255) = 53.2%

R = 41.78%
G = 5.01%
B = 53.2%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9612BF (or 0x9612BF) is known color: Dark Violet. HEX triplet: 96, 12 and BF. RGB value is (150,18,191). Sum of RGB (Red+Green+Blue) = 150+18+191=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #9612BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9612BF is #69ED40. Grayscale: #4C4C4C. Windows color (decimal): -6942017 or 12522134. OLE color: 12522134.

HSL color Cylindrical-coordinate representation of color #9612BF: hue angle of 285.78º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9612BF is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 18 191 -
CMYK 0.21 0.91 0 0.25
HSL 285.78º 0.83% 0.41% -
HSV(B) 285.78º 0.91% 0.75% -
XYZ 22.2 10.68 50.18 -
YUV 77.19 192.23 179.93 -
System Red Green Blue C M Y K H S L
Decimal 150 18 191 0.21 0.91 0 0.25 285.78 0.83 0.41
Hex 96 12 BF 15 5B 0 19 11E 53 29
Octal 226 22 277 25 133 0 31 436 123 51
Binary 10010110 10010 10111111 10101 1011011 0 11001 100011110 1010011 101001

Color Harmonies of #9612BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9612BF

Black with #9612BF

Text Example


Text Example

White with #9612BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9612BF; }

 p { color: rgb(150,18,191); }

 H1.HeaderClassName
 {
   color: #9612BF;
 }
 .AnyTagClassName
 {
   color: #9612BF;
 }
</style>

background-color css

<style>
 a { background-color: #9612BF; }

 a { background-color: rgb(150,18,191); }

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

border-color css

<style>
 span { border-color: #9612BF; }

 span { border-color: rgb(150,18,191); }

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