Html Css Color HEX #9608BA Dark Violet

📋 copy color: '#9608BA'

red 150 ◦ green 8 ◦ blue 186

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

Shades of Dark Violet #9608BA

Tints of Dark Violet #9608BA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.33%

 BLUE value IS 186 (73.05% from 255) = 54.07%

R = 43.6%
G = 2.33%
B = 54.07%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9608BA (or 0x9608BA) is known color: Dark Violet. HEX triplet: 96, 08 and BA. RGB value is (150,8,186). Sum of RGB (Red+Green+Blue) = 150+8+186=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #9608BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9608BA is #69F745. Grayscale: #464646. Windows color (decimal): -6944582 or 12191894. OLE color: 12191894.

HSL color Cylindrical-coordinate representation of color #9608BA: hue angle of 287.87º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9608BA is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 8 186 -
CMYK 0.19 0.96 0 0.27
HSL 287.87º 0.92% 0.38% -
HSV(B) 287.87º 0.96% 0.73% -
XYZ 21.53 10.2 47.29 -
YUV 70.75 193.04 184.53 -
System Red Green Blue C M Y K H S L
Decimal 150 8 186 0.19 0.96 0 0.27 287.87 0.92 0.38
Hex 96 8 BA 13 60 0 1B 120 5C 26
Octal 226 10 272 23 140 0 33 440 134 46
Binary 10010110 1000 10111010 10011 1100000 0 11011 100100000 1011100 100110

Color Harmonies of #9608BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9608BA

Black with #9608BA

Text Example


Text Example

White with #9608BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9608BA; }

 p { color: rgb(150,8,186); }

 H1.HeaderClassName
 {
   color: #9608BA;
 }
 .AnyTagClassName
 {
   color: #9608BA;
 }
</style>

background-color css

<style>
 a { background-color: #9608BA; }

 a { background-color: rgb(150,8,186); }

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

border-color css

<style>
 span { border-color: #9608BA; }

 span { border-color: rgb(150,8,186); }

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