Html Css Color HEX #9608CF Dark Violet

📋 copy color: '#9608CF'

red 150 ◦ green 8 ◦ blue 207

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

Shades of Dark Violet #9608CF

Tints of Dark Violet #9608CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.71%

R = 41.1%
G = 2.19%
B = 56.71%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9608CF (or 0x9608CF) is known color: Dark Violet. HEX triplet: 96, 08 and CF. RGB value is (150,8,207). Sum of RGB (Red+Green+Blue) = 150+8+207=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #9608CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9608CF is #69F730. Grayscale: #484848. Windows color (decimal): -6944561 or 13568150. OLE color: 13568150.

HSL color Cylindrical-coordinate representation of color #9608CF: hue angle of 282.81º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9608CF is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 8 207 -
CMYK 0.28 0.96 0 0.19
HSL 282.81º 0.93% 0.42% -
HSV(B) 282.81º 0.96% 0.81% -
XYZ 23.93 11.16 59.93 -
YUV 73.14 203.54 182.82 -
System Red Green Blue C M Y K H S L
Decimal 150 8 207 0.28 0.96 0 0.19 282.81 0.93 0.42
Hex 96 8 CF 1C 60 0 13 11B 5D 2A
Octal 226 10 317 34 140 0 23 433 135 52
Binary 10010110 1000 11001111 11100 1100000 0 10011 100011011 1011101 101010

Color Harmonies of #9608CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9608CF

Black with #9608CF

Text Example


Text Example

White with #9608CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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