Html Css Color HEX #9708CC Dark Violet

📋 copy color: '#9708CC'

red 151 ◦ green 8 ◦ blue 204

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

Shades of Dark Violet #9708CC

Tints of Dark Violet #9708CC

RGB

 RED value IS 151 (59.38% from 255) = 41.6%

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

 BLUE value IS 204 (80.08% from 255) = 56.2%

R = 41.6%
G = 2.2%
B = 56.2%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9708CC (or 0x9708CC) is known color: Dark Violet. HEX triplet: 97, 08 and CC. RGB value is (151,8,204). Sum of RGB (Red+Green+Blue) = 151+8+204=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #9708CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9708CC is #68F733. Grayscale: #484848. Windows color (decimal): -6879028 or 13371543. OLE color: 13371543.

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

Color convert

RGB 151 8 204 -
CMYK 0.26 0.96 0 0.2
HSL 283.78º 0.92% 0.42% -
HSV(B) 283.78º 0.96% 0.8% -
XYZ 23.75 11.11 58.02 -
YUV 73.1 201.88 183.56 -
System Red Green Blue C M Y K H S L
Decimal 151 8 204 0.26 0.96 0 0.2 283.78 0.92 0.42
Hex 97 8 CC 1A 60 0 14 11C 5C 2A
Octal 227 10 314 32 140 0 24 434 134 52
Binary 10010111 1000 11001100 11010 1100000 0 10100 100011100 1011100 101010

Color Harmonies of #9708CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9708CC

Black with #9708CC

Text Example


Text Example

White with #9708CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9708CC; }

 p { color: rgb(151,8,204); }

 H1.HeaderClassName
 {
   color: #9708CC;
 }
 .AnyTagClassName
 {
   color: #9708CC;
 }
</style>

background-color css

<style>
 a { background-color: #9708CC; }

 a { background-color: rgb(151,8,204); }

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

border-color css

<style>
 span { border-color: #9708CC; }

 span { border-color: rgb(151,8,204); }

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