Html Css Color HEX #970DCC Dark Violet

📋 copy color: '#970DCC'

red 151 ◦ green 13 ◦ blue 204

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

Shades of Dark Violet #970DCC

Tints of Dark Violet #970DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.43%

R = 41.03%
G = 3.53%
B = 55.43%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#970DCC (or 0x970DCC) is known color: Dark Violet. HEX triplet: 97, 0D and CC. RGB value is (151,13,204). Sum of RGB (Red+Green+Blue) = 151+13+204=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #970DCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970DCC is #68F233. Grayscale: #4B4B4B. Windows color (decimal): -6877748 or 13372823. OLE color: 13372823.

HSL color Cylindrical-coordinate representation of color #970DCC: hue angle of 283.35º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970DCC is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 151 13 204 -
CMYK 0.26 0.94 0 0.2
HSL 283.35º 0.88% 0.43% -
HSV(B) 283.35º 0.94% 0.8% -
XYZ 23.81 11.23 58.04 -
YUV 76.04 200.22 181.47 -
System Red Green Blue C M Y K H S L
Decimal 151 13 204 0.26 0.94 0 0.2 283.35 0.88 0.43
Hex 97 D CC 1A 5E 0 14 11B 58 2B
Octal 227 15 314 32 136 0 24 433 130 53
Binary 10010111 1101 11001100 11010 1011110 0 10100 100011011 1011000 101011

Color Harmonies of #970DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970DCC

Black with #970DCC

Text Example


Text Example

White with #970DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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