Html Css Color HEX #970ADD Dark Violet

📋 copy color: '#970ADD'

red 151 ◦ green 10 ◦ blue 221

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

Shades of Dark Violet #970ADD

Tints of Dark Violet #970ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.85%

R = 39.53%
G = 2.62%
B = 57.85%

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

#970ADD (or 0x970ADD) is known color: Dark Violet. HEX triplet: 97, 0A and DD. RGB value is (151,10,221). Sum of RGB (Red+Green+Blue) = 151+10+221=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 10 (4.30% from 255 or 2.62% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #970ADD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970ADD is #68F522. Grayscale: #4B4B4B. Windows color (decimal): -6878499 or 14486167. OLE color: 14486167.

HSL color Cylindrical-coordinate representation of color #970ADD: hue angle of 280.09º 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 #970ADD is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 10 221 -
CMYK 0.32 0.95 0 0.13
HSL 280.09º 0.91% 0.45% -
HSV(B) 280.09º 0.95% 0.87% -
XYZ 25.92 12.02 69.36 -
YUV 76.21 209.71 181.34 -
System Red Green Blue C M Y K H S L
Decimal 151 10 221 0.32 0.95 0 0.13 280.09 0.91 0.45
Hex 97 A DD 20 5F 0 D 118 5B 2D
Octal 227 12 335 40 137 0 15 430 133 55
Binary 10010111 1010 11011101 100000 1011111 0 1101 100011000 1011011 101101

Color Harmonies of #970ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970ADD

Black with #970ADD

Text Example


Text Example

White with #970ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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