Html Css Color HEX #9701EE Dark Violet

📋 copy color: '#9701EE'

red 151 ◦ green 1 ◦ blue 238

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

Shades of Dark Violet #9701EE

Tints of Dark Violet #9701EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 61.03%

R = 38.72%
G = 0.26%
B = 61.03%

CMYK

 C value IS 0.37

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9701EE (or 0x9701EE) is known color: Dark Violet. HEX triplet: 97, 01 and EE. RGB value is (151,1,238). Sum of RGB (Red+Green+Blue) = 151+1+238=390 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.72% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 238 (93.36% from 255 or 61.03% from 390); Max value from RGB is 238 - color contains mainly: blue. Hex color #9701EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9701EE is #68FE11. Grayscale: #484848. Windows color (decimal): -6880786 or 15597975. OLE color: 15597975.

HSL color Cylindrical-coordinate representation of color #9701EE: hue angle of 277.97º 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 #9701EE is Cyan = 0.37, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 1 238 -
CMYK 0.37 1.00 0 0.07
HSL 277.97º 0.99% 0.47% -
HSV(B) 277.97º 1% 0.93% -
XYZ 28.21 12.77 81.87 -
YUV 72.87 221.2 183.73 -
System Red Green Blue C M Y K H S L
Decimal 151 1 238 0.37 1.00 0 0.07 277.97 0.99 0.47
Hex 97 1 EE 25 64 0 7 116 63 2F
Octal 227 1 356 45 144 0 7 426 143 57
Binary 10010111 1 11101110 100101 1100100 0 111 100010110 1100011 101111

Color Harmonies of #9701EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9701EE

Black with #9701EE

Text Example


Text Example

White with #9701EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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