Html Css Color HEX #970EED Dark Violet

📋 copy color: '#970EED'

red 151 ◦ green 14 ◦ blue 237

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

Shades of Dark Violet #970EED

Tints of Dark Violet #970EED

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.48%

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

R = 37.56%
G = 3.48%
B = 58.96%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#970EED (or 0x970EED) is known color: Dark Violet. HEX triplet: 97, 0E and ED. RGB value is (151,14,237). Sum of RGB (Red+Green+Blue) = 151+14+237=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #970EED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970EED is #68F112. Grayscale: #4F4F4F. Windows color (decimal): -6877459 or 15535767. OLE color: 15535767.

HSL color Cylindrical-coordinate representation of color #970EED: hue angle of 276.86º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970EED is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 14 237 -
CMYK 0.36 0.94 0 0.07
HSL 276.86º 0.89% 0.49% -
HSV(B) 276.86º 0.94% 0.93% -
XYZ 28.21 13.01 81.14 -
YUV 80.39 216.39 178.37 -
System Red Green Blue C M Y K H S L
Decimal 151 14 237 0.36 0.94 0 0.07 276.86 0.89 0.49
Hex 97 E ED 24 5E 0 7 115 59 31
Octal 227 16 355 44 136 0 7 425 131 61
Binary 10010111 1110 11101101 100100 1011110 0 111 100010101 1011001 110001

Color Harmonies of #970EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970EED

Black with #970EED

Text Example


Text Example

White with #970EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970EED; }

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

 H1.HeaderClassName
 {
   color: #970EED;
 }
 .AnyTagClassName
 {
   color: #970EED;
 }
</style>

background-color css

<style>
 a { background-color: #970EED; }

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

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

border-color css

<style>
 span { border-color: #970EED; }

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

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