Html Css Color HEX #970CCC Dark Violet

📋 copy color: '#970CCC'

red 151 ◦ green 12 ◦ blue 204

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

Shades of Dark Violet #970CCC

Tints of Dark Violet #970CCC

RGB

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

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

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

R = 41.14%
G = 3.27%
B = 55.59%

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

#970CCC (or 0x970CCC) is known color: Dark Violet. HEX triplet: 97, 0C and CC. RGB value is (151,12,204). Sum of RGB (Red+Green+Blue) = 151+12+204=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #970CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970CCC is #68F333. Grayscale: #4A4A4A. Windows color (decimal): -6878004 or 13372567. OLE color: 13372567.

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

Color convert

RGB 151 12 204 -
CMYK 0.26 0.94 0 0.2
HSL 283.44º 0.89% 0.42% -
HSV(B) 283.44º 0.94% 0.8% -
XYZ 23.79 11.2 58.03 -
YUV 75.45 200.55 181.89 -
System Red Green Blue C M Y K H S L
Decimal 151 12 204 0.26 0.94 0 0.2 283.44 0.89 0.42
Hex 97 C CC 1A 5E 0 14 11B 59 2A
Octal 227 14 314 32 136 0 24 433 131 52
Binary 10010111 1100 11001100 11010 1011110 0 10100 100011011 1011001 101010

Color Harmonies of #970CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970CCC

Black with #970CCC

Text Example


Text Example

White with #970CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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