Html Css Color HEX #9708F1 Dark Violet

📋 copy color: '#9708F1'

red 151 ◦ green 8 ◦ blue 241

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

Shades of Dark Violet #9708F1

Tints of Dark Violet #9708F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 60.25%

R = 37.75%
G = 2%
B = 60.25%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9708F1 (or 0x9708F1) is known color: Dark Violet. HEX triplet: 97, 08 and F1. RGB value is (151,8,241). Sum of RGB (Red+Green+Blue) = 151+8+241=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 241 (94.53% from 255 or 60.25% from 400); Max value from RGB is 241 - color contains mainly: blue. Hex color #9708F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9708F1 is #68F70E. Grayscale: #4C4C4C. Windows color (decimal): -6878991 or 15796375. OLE color: 15796375.

HSL color Cylindrical-coordinate representation of color #9708F1: hue angle of 276.82º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9708F1 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 151 8 241 -
CMYK 0.37 0.97 0 0.05
HSL 276.82º 0.94% 0.49% -
HSV(B) 276.82º 0.97% 0.95% -
XYZ 28.73 13.1 84.23 -
YUV 77.32 220.38 180.55 -
System Red Green Blue C M Y K H S L
Decimal 151 8 241 0.37 0.97 0 0.05 276.82 0.94 0.49
Hex 97 8 F1 25 61 0 5 115 5E 31
Octal 227 10 361 45 141 0 5 425 136 61
Binary 10010111 1000 11110001 100101 1100001 0 101 100010101 1011110 110001

Color Harmonies of #9708F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9708F1

Black with #9708F1

Text Example


Text Example

White with #9708F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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