Html Css Color HEX #970ADE Dark Violet

📋 copy color: '#970ADE'

red 151 ◦ green 10 ◦ blue 222

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

Shades of Dark Violet #970ADE

Tints of Dark Violet #970ADE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.61%

 BLUE value IS 222 (87.11% from 255) = 57.96%

R = 39.43%
G = 2.61%
B = 57.96%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#970ADE (or 0x970ADE) is known color: Dark Violet. HEX triplet: 97, 0A and DE. RGB value is (151,10,222). Sum of RGB (Red+Green+Blue) = 151+10+222=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 10 (4.30% from 255 or 2.61% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #970ADE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970ADE is #68F521. Grayscale: #4B4B4B. Windows color (decimal): -6878498 or 14551703. OLE color: 14551703.

HSL color Cylindrical-coordinate representation of color #970ADE: hue angle of 279.91º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970ADE is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 10 222 -
CMYK 0.32 0.95 0 0.13
HSL 279.91º 0.91% 0.45% -
HSV(B) 279.91º 0.95% 0.87% -
XYZ 26.06 12.07 70.06 -
YUV 76.33 210.21 181.26 -
System Red Green Blue C M Y K H S L
Decimal 151 10 222 0.32 0.95 0 0.13 279.91 0.91 0.45
Hex 97 A DE 20 5F 0 D 118 5B 2D
Octal 227 12 336 40 137 0 15 430 133 55
Binary 10010111 1010 11011110 100000 1011111 0 1101 100011000 1011011 101101

Color Harmonies of #970ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970ADE

Black with #970ADE

Text Example


Text Example

White with #970ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,10,222); }

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

background-color css

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

 a { background-color: rgb(151,10,222); }

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

border-color css

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

 span { border-color: rgb(151,10,222); }

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