Html Css Color HEX #9701ED Dark Violet

📋 copy color: '#9701ED'

red 151 ◦ green 1 ◦ blue 237

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

Shades of Dark Violet #9701ED

Tints of Dark Violet #9701ED

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 237 (92.97% from 255) = 60.93%

R = 38.82%
G = 0.26%
B = 60.93%

CMYK

 C value IS 0.36

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9701ED (or 0x9701ED) is known color: Dark Violet. HEX triplet: 97, 01 and ED. RGB value is (151,1,237). Sum of RGB (Red+Green+Blue) = 151+1+237=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #9701ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9701ED is #68FE12. Grayscale: #474747. Windows color (decimal): -6880787 or 15532439. OLE color: 15532439.

HSL color Cylindrical-coordinate representation of color #9701ED: hue angle of 278.14º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9701ED is Cyan = 0.36, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 1 237 -
CMYK 0.36 1.00 0 0.07
HSL 278.14º 0.99% 0.47% -
HSV(B) 278.14º 1% 0.93% -
XYZ 28.06 12.72 81.1 -
YUV 72.75 220.7 183.81 -
System Red Green Blue C M Y K H S L
Decimal 151 1 237 0.36 1.00 0 0.07 278.14 0.99 0.47
Hex 97 1 ED 24 64 0 7 116 63 2F
Octal 227 1 355 44 144 0 7 426 143 57
Binary 10010111 1 11101101 100100 1100100 0 111 100010110 1100011 101111

Color Harmonies of #9701ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9701ED

Black with #9701ED

Text Example


Text Example

White with #9701ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9701ED; }

 p { color: rgb(151,1,237); }

 H1.HeaderClassName
 {
   color: #9701ED;
 }
 .AnyTagClassName
 {
   color: #9701ED;
 }
</style>

background-color css

<style>
 a { background-color: #9701ED; }

 a { background-color: rgb(151,1,237); }

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

border-color css

<style>
 span { border-color: #9701ED; }

 span { border-color: rgb(151,1,237); }

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