Html Css Color HEX #970DED Dark Violet

📋 copy color: '#970DED'

red 151 ◦ green 13 ◦ blue 237

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

Shades of Dark Violet #970DED

Tints of Dark Violet #970DED

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.24%

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

R = 37.66%
G = 3.24%
B = 59.1%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#970DED (or 0x970DED) is known color: Dark Violet. HEX triplet: 97, 0D and ED. RGB value is (151,13,237). Sum of RGB (Red+Green+Blue) = 151+13+237=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #970DED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970DED is #68F212. Grayscale: #4F4F4F. Windows color (decimal): -6877715 or 15535511. OLE color: 15535511.

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

Color convert

RGB 151 13 237 -
CMYK 0.36 0.95 0 0.07
HSL 276.96º 0.9% 0.49% -
HSV(B) 276.96º 0.95% 0.93% -
XYZ 28.19 12.98 81.14 -
YUV 79.8 216.72 178.79 -
System Red Green Blue C M Y K H S L
Decimal 151 13 237 0.36 0.95 0 0.07 276.96 0.9 0.49
Hex 97 D ED 24 5F 0 7 115 5A 31
Octal 227 15 355 44 137 0 7 425 132 61
Binary 10010111 1101 11101101 100100 1011111 0 111 100010101 1011010 110001

Color Harmonies of #970DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970DED

Black with #970DED

Text Example


Text Example

White with #970DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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