Html Css Color HEX #970ED5 Dark Violet

📋 copy color: '#970ED5'

red 151 ◦ green 14 ◦ blue 213

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

Shades of Dark Violet #970ED5

Tints of Dark Violet #970ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 56.35%

R = 39.95%
G = 3.7%
B = 56.35%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#970ED5 (or 0x970ED5) is known color: Dark Violet. HEX triplet: 97, 0E and D5. RGB value is (151,14,213). Sum of RGB (Red+Green+Blue) = 151+14+213=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 14 (5.86% from 255 or 3.70% from 378); Blue value is 213 (83.59% from 255 or 56.35% from 378); Max value from RGB is 213 - color contains mainly: blue. Hex color #970ED5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970ED5 is #68F12A. Grayscale: #4C4C4C. Windows color (decimal): -6877483 or 13962903. OLE color: 13962903.

HSL color Cylindrical-coordinate representation of color #970ED5: hue angle of 281.31º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970ED5 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 14 213 -
CMYK 0.29 0.93 0 0.16
HSL 281.31º 0.88% 0.45% -
HSV(B) 281.31º 0.93% 0.84% -
XYZ 24.93 11.7 63.89 -
YUV 77.65 204.39 180.32 -
System Red Green Blue C M Y K H S L
Decimal 151 14 213 0.29 0.93 0 0.16 281.31 0.88 0.45
Hex 97 E D5 1D 5D 0 10 119 58 2D
Octal 227 16 325 35 135 0 20 431 130 55
Binary 10010111 1110 11010101 11101 1011101 0 10000 100011001 1011000 101101

Color Harmonies of #970ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970ED5

Black with #970ED5

Text Example


Text Example

White with #970ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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