Html Css Color HEX #970CD5 Dark Violet

📋 copy color: '#970CD5'

red 151 ◦ green 12 ◦ blue 213

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

Shades of Dark Violet #970CD5

Tints of Dark Violet #970CD5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.19%

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

R = 40.16%
G = 3.19%
B = 56.65%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#970CD5 (or 0x970CD5) is known color: Dark Violet. HEX triplet: 97, 0C and D5. RGB value is (151,12,213). Sum of RGB (Red+Green+Blue) = 151+12+213=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 213 (83.59% from 255 or 56.65% from 376); Max value from RGB is 213 - color contains mainly: blue. Hex color #970CD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970CD5 is #68F32A. Grayscale: #4B4B4B. Windows color (decimal): -6877995 or 13962391. OLE color: 13962391.

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

Color convert

RGB 151 12 213 -
CMYK 0.29 0.94 0 0.16
HSL 281.49º 0.89% 0.44% -
HSV(B) 281.49º 0.94% 0.84% -
XYZ 24.9 11.65 63.89 -
YUV 76.48 205.05 181.16 -
System Red Green Blue C M Y K H S L
Decimal 151 12 213 0.29 0.94 0 0.16 281.49 0.89 0.44
Hex 97 C D5 1D 5E 0 10 119 59 2C
Octal 227 14 325 35 136 0 20 431 131 54
Binary 10010111 1100 11010101 11101 1011110 0 10000 100011001 1011001 101100

Color Harmonies of #970CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970CD5

Black with #970CD5

Text Example


Text Example

White with #970CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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