Html Css Color HEX #9705EC Dark Violet

📋 copy color: '#9705EC'

red 151 ◦ green 5 ◦ blue 236

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

Shades of Dark Violet #9705EC

Tints of Dark Violet #9705EC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.28%

 BLUE value IS 236 (92.58% from 255) = 60.2%

R = 38.52%
G = 1.28%
B = 60.2%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9705EC (or 0x9705EC) is known color: Dark Violet. HEX triplet: 97, 05 and EC. RGB value is (151,5,236). Sum of RGB (Red+Green+Blue) = 151+5+236=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 5 (2.34% from 255 or 1.28% from 392); Blue value is 236 (92.58% from 255 or 60.20% from 392); Max value from RGB is 236 - color contains mainly: blue. Hex color #9705EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9705EC is #68FA13. Grayscale: #4A4A4A. Windows color (decimal): -6879764 or 15467927. OLE color: 15467927.

HSL color Cylindrical-coordinate representation of color #9705EC: hue angle of 277.92º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9705EC is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 5 236 -
CMYK 0.36 0.98 0 0.07
HSL 277.92º 0.96% 0.47% -
HSV(B) 277.92º 0.98% 0.93% -
XYZ 27.96 12.74 80.34 -
YUV 74.99 218.87 182.22 -
System Red Green Blue C M Y K H S L
Decimal 151 5 236 0.36 0.98 0 0.07 277.92 0.96 0.47
Hex 97 5 EC 24 62 0 7 116 60 2F
Octal 227 5 354 44 142 0 7 426 140 57
Binary 10010111 101 11101100 100100 1100010 0 111 100010110 1100000 101111

Color Harmonies of #9705EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9705EC

Black with #9705EC

Text Example


Text Example

White with #9705EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9705EC; }

 p { color: rgb(151,5,236); }

 H1.HeaderClassName
 {
   color: #9705EC;
 }
 .AnyTagClassName
 {
   color: #9705EC;
 }
</style>

background-color css

<style>
 a { background-color: #9705EC; }

 a { background-color: rgb(151,5,236); }

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

border-color css

<style>
 span { border-color: #9705EC; }

 span { border-color: rgb(151,5,236); }

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