Html Css Color HEX #970DE5 Dark Violet

📋 copy color: '#970DE5'

red 151 ◦ green 13 ◦ blue 229

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

Shades of Dark Violet #970DE5

Tints of Dark Violet #970DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 58.27%

R = 38.42%
G = 3.31%
B = 58.27%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#970DE5 (or 0x970DE5) is known color: Dark Violet. HEX triplet: 97, 0D and E5. RGB value is (151,13,229). Sum of RGB (Red+Green+Blue) = 151+13+229=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 13 (5.47% from 255 or 3.31% from 393); Blue value is 229 (89.84% from 255 or 58.27% from 393); Max value from RGB is 229 - color contains mainly: blue. Hex color #970DE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970DE5 is #68F21A. Grayscale: #4E4E4E. Windows color (decimal): -6877723 or 15011223. OLE color: 15011223.

HSL color Cylindrical-coordinate representation of color #970DE5: hue angle of 278.33º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970DE5 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 151 13 229 -
CMYK 0.34 0.94 0 0.10
HSL 278.33º 0.89% 0.47% -
HSV(B) 278.33º 0.94% 0.9% -
XYZ 27.05 12.52 75.12 -
YUV 78.89 212.72 179.44 -
System Red Green Blue C M Y K H S L
Decimal 151 13 229 0.34 0.94 0 0.10 278.33 0.89 0.47
Hex 97 D E5 22 5E 0 A 116 59 2F
Octal 227 15 345 42 136 0 12 426 131 57
Binary 10010111 1101 11100101 100010 1011110 0 1010 100010110 1011001 101111

Color Harmonies of #970DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970DE5

Black with #970DE5

Text Example


Text Example

White with #970DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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