Html Css Color HEX #970DEC Dark Violet

📋 copy color: '#970DEC'

red 151 ◦ green 13 ◦ blue 236

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

Shades of Dark Violet #970DEC

Tints of Dark Violet #970DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 59%

R = 37.75%
G = 3.25%
B = 59%

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

#970DEC (or 0x970DEC) is known color: Dark Violet. HEX triplet: 97, 0D and EC. RGB value is (151,13,236). Sum of RGB (Red+Green+Blue) = 151+13+236=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #970DEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970DEC is #68F213. Grayscale: #4E4E4E. Windows color (decimal): -6877716 or 15469975. OLE color: 15469975.

HSL color Cylindrical-coordinate representation of color #970DEC: hue angle of 277.13º degrees, saturation: 0.9, 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 #970DEC is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 13 236 -
CMYK 0.36 0.94 0 0.07
HSL 277.13º 0.9% 0.49% -
HSV(B) 277.13º 0.94% 0.93% -
XYZ 28.05 12.92 80.37 -
YUV 79.68 216.22 178.87 -
System Red Green Blue C M Y K H S L
Decimal 151 13 236 0.36 0.94 0 0.07 277.13 0.9 0.49
Hex 97 D EC 24 5E 0 7 115 5A 31
Octal 227 15 354 44 136 0 7 425 132 61
Binary 10010111 1101 11101100 100100 1011110 0 111 100010101 1011010 110001

Color Harmonies of #970DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970DEC

Black with #970DEC

Text Example


Text Example

White with #970DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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