Html Css Color HEX #9608DB Dark Violet

📋 copy color: '#9608DB'

red 150 ◦ green 8 ◦ blue 219

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

Shades of Dark Violet #9608DB

Tints of Dark Violet #9608DB

RGB

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

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

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

R = 39.79%
G = 2.12%
B = 58.09%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9608DB (or 0x9608DB) is known color: Dark Violet. HEX triplet: 96, 08 and DB. RGB value is (150,8,219). Sum of RGB (Red+Green+Blue) = 150+8+219=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #9608DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9608DB is #69F724. Grayscale: #494949. Windows color (decimal): -6944549 or 14354582. OLE color: 14354582.

HSL color Cylindrical-coordinate representation of color #9608DB: hue angle of 280.38º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9608DB is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 8 219 -
CMYK 0.32 0.96 0 0.14
HSL 280.38º 0.93% 0.45% -
HSV(B) 280.38º 0.96% 0.86% -
XYZ 25.45 11.77 67.95 -
YUV 74.51 209.54 181.84 -
System Red Green Blue C M Y K H S L
Decimal 150 8 219 0.32 0.96 0 0.14 280.38 0.93 0.45
Hex 96 8 DB 20 60 0 E 118 5D 2D
Octal 226 10 333 40 140 0 16 430 135 55
Binary 10010110 1000 11011011 100000 1100000 0 1110 100011000 1011101 101101

Color Harmonies of #9608DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9608DB

Black with #9608DB

Text Example


Text Example

White with #9608DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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