Html Css Color HEX #9612BC Dark Violet

📋 copy color: '#9612BC'

red 150 ◦ green 18 ◦ blue 188

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

Shades of Dark Violet #9612BC

Tints of Dark Violet #9612BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.81%

R = 42.13%
G = 5.06%
B = 52.81%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9612BC (or 0x9612BC) is known color: Dark Violet. HEX triplet: 96, 12 and BC. RGB value is (150,18,188). Sum of RGB (Red+Green+Blue) = 150+18+188=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #9612BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9612BC is #69ED43. Grayscale: #4C4C4C. Windows color (decimal): -6942020 or 12325526. OLE color: 12325526.

HSL color Cylindrical-coordinate representation of color #9612BC: hue angle of 286.59º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9612BC is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 18 188 -
CMYK 0.20 0.90 0 0.26
HSL 286.59º 0.83% 0.4% -
HSV(B) 286.59º 0.9% 0.74% -
XYZ 21.87 10.55 48.46 -
YUV 76.85 190.73 180.18 -
System Red Green Blue C M Y K H S L
Decimal 150 18 188 0.20 0.90 0 0.26 286.59 0.83 0.4
Hex 96 12 BC 14 5A 0 1A 11F 53 28
Octal 226 22 274 24 132 0 32 437 123 50
Binary 10010110 10010 10111100 10100 1011010 0 11010 100011111 1010011 101000

Color Harmonies of #9612BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9612BC

Black with #9612BC

Text Example


Text Example

White with #9612BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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