Html Css Color HEX #9614B5 Dark Violet

📋 copy color: '#9614B5'

red 150 ◦ green 20 ◦ blue 181

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

Shades of Dark Violet #9614B5

Tints of Dark Violet #9614B5

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.7%

 BLUE value IS 181 (71.09% from 255) = 51.57%

R = 42.74%
G = 5.7%
B = 51.57%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9614B5 (or 0x9614B5) is known color: Dark Violet. HEX triplet: 96, 14 and B5. RGB value is (150,20,181). Sum of RGB (Red+Green+Blue) = 150+20+181=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 181 (71.09% from 255 or 51.57% from 351); Max value from RGB is 181 - color contains mainly: blue. Hex color #9614B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9614B5 is #69EB4A. Grayscale: #4C4C4C. Windows color (decimal): -6941515 or 11867286. OLE color: 11867286.

HSL color Cylindrical-coordinate representation of color #9614B5: hue angle of 288.45º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9614B5 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 20 181 -
CMYK 0.17 0.89 0 0.29
HSL 288.45º 0.8% 0.39% -
HSV(B) 288.45º 0.89% 0.71% -
XYZ 21.17 10.32 44.59 -
YUV 77.22 186.57 179.91 -
System Red Green Blue C M Y K H S L
Decimal 150 20 181 0.17 0.89 0 0.29 288.45 0.8 0.39
Hex 96 14 B5 11 59 0 1D 120 50 27
Octal 226 24 265 21 131 0 35 440 120 47
Binary 10010110 10100 10110101 10001 1011001 0 11101 100100000 1010000 100111

Color Harmonies of #9614B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9614B5

Black with #9614B5

Text Example


Text Example

White with #9614B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9614B5; }

 p { color: rgb(150,20,181); }

 H1.HeaderClassName
 {
   color: #9614B5;
 }
 .AnyTagClassName
 {
   color: #9614B5;
 }
</style>

background-color css

<style>
 a { background-color: #9614B5; }

 a { background-color: rgb(150,20,181); }

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

border-color css

<style>
 span { border-color: #9614B5; }

 span { border-color: rgb(150,20,181); }

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