Html Css Color HEX #9708DC Dark Violet

📋 copy color: '#9708DC'

red 151 ◦ green 8 ◦ blue 220

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

Shades of Dark Violet #9708DC

Tints of Dark Violet #9708DC

RGB

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

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

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

R = 39.84%
G = 2.11%
B = 58.05%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9708DC (or 0x9708DC) is known color: Dark Violet. HEX triplet: 97, 08 and DC. RGB value is (151,8,220). Sum of RGB (Red+Green+Blue) = 151+8+220=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #9708DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9708DC is #68F723. Grayscale: #4A4A4A. Windows color (decimal): -6879012 or 14420119. OLE color: 14420119.

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

Color convert

RGB 151 8 220 -
CMYK 0.31 0.96 0 0.14
HSL 280.47º 0.93% 0.45% -
HSV(B) 280.47º 0.96% 0.86% -
XYZ 25.77 11.92 68.65 -
YUV 74.93 209.88 182.26 -
System Red Green Blue C M Y K H S L
Decimal 151 8 220 0.31 0.96 0 0.14 280.47 0.93 0.45
Hex 97 8 DC 1F 60 0 E 118 5D 2D
Octal 227 10 334 37 140 0 16 430 135 55
Binary 10010111 1000 11011100 11111 1100000 0 1110 100011000 1011101 101101

Color Harmonies of #9708DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9708DC

Black with #9708DC

Text Example


Text Example

White with #9708DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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