Html Css Color HEX #9608DC Dark Violet

📋 copy color: '#9608DC'

red 150 ◦ green 8 ◦ blue 220

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

Shades of Dark Violet #9608DC

Tints of Dark Violet #9608DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.2%

R = 39.68%
G = 2.12%
B = 58.2%

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

#9608DC (or 0x9608DC) is known color: Dark Violet. HEX triplet: 96, 08 and DC. RGB value is (150,8,220). Sum of RGB (Red+Green+Blue) = 150+8+220=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #9608DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9608DC is #69F723. Grayscale: #494949. Windows color (decimal): -6944548 or 14420118. OLE color: 14420118.

HSL color Cylindrical-coordinate representation of color #9608DC: hue angle of 280.19º 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 #9608DC is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 8 220 -
CMYK 0.32 0.96 0 0.14
HSL 280.19º 0.93% 0.45% -
HSV(B) 280.19º 0.96% 0.86% -
XYZ 25.58 11.83 68.64 -
YUV 74.63 210.04 181.76 -
System Red Green Blue C M Y K H S L
Decimal 150 8 220 0.32 0.96 0 0.14 280.19 0.93 0.45
Hex 96 8 DC 20 60 0 E 118 5D 2D
Octal 226 10 334 40 140 0 16 430 135 55
Binary 10010110 1000 11011100 100000 1100000 0 1110 100011000 1011101 101101

Color Harmonies of #9608DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9608DC

Black with #9608DC

Text Example


Text Example

White with #9608DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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