Html Css Color HEX #9608CB Dark Violet

📋 copy color: '#9608CB'

red 150 ◦ green 8 ◦ blue 203

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

Shades of Dark Violet #9608CB

Tints of Dark Violet #9608CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 56.23%

R = 41.55%
G = 2.22%
B = 56.23%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9608CB (or 0x9608CB) is known color: Dark Violet. HEX triplet: 96, 08 and CB. RGB value is (150,8,203). Sum of RGB (Red+Green+Blue) = 150+8+203=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #9608CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9608CB is #69F734. Grayscale: #484848. Windows color (decimal): -6944565 or 13306006. OLE color: 13306006.

HSL color Cylindrical-coordinate representation of color #9608CB: hue angle of 283.69º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9608CB is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 8 203 -
CMYK 0.26 0.96 0 0.20
HSL 283.69º 0.92% 0.41% -
HSV(B) 283.69º 0.96% 0.8% -
XYZ 23.44 10.97 57.38 -
YUV 72.69 201.54 183.14 -
System Red Green Blue C M Y K H S L
Decimal 150 8 203 0.26 0.96 0 0.20 283.69 0.92 0.41
Hex 96 8 CB 1A 60 0 14 11C 5C 29
Octal 226 10 313 32 140 0 24 434 134 51
Binary 10010110 1000 11001011 11010 1100000 0 10100 100011100 1011100 101001

Color Harmonies of #9608CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9608CB

Black with #9608CB

Text Example


Text Example

White with #9608CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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