Html Css Color HEX #970CCA Dark Violet

📋 copy color: '#970CCA'

red 151 ◦ green 12 ◦ blue 202

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

Shades of Dark Violet #970CCA

Tints of Dark Violet #970CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.34%

R = 41.37%
G = 3.29%
B = 55.34%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#970CCA (or 0x970CCA) is known color: Dark Violet. HEX triplet: 97, 0C and CA. RGB value is (151,12,202). Sum of RGB (Red+Green+Blue) = 151+12+202=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #970CCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970CCA is #68F335. Grayscale: #4A4A4A. Windows color (decimal): -6878006 or 13241495. OLE color: 13241495.

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

Color convert

RGB 151 12 202 -
CMYK 0.25 0.94 0 0.21
HSL 283.89º 0.89% 0.42% -
HSV(B) 283.89º 0.94% 0.79% -
XYZ 23.55 11.11 56.78 -
YUV 75.22 199.55 182.05 -
System Red Green Blue C M Y K H S L
Decimal 151 12 202 0.25 0.94 0 0.21 283.89 0.89 0.42
Hex 97 C CA 19 5E 0 15 11C 59 2A
Octal 227 14 312 31 136 0 25 434 131 52
Binary 10010111 1100 11001010 11001 1011110 0 10101 100011100 1011001 101010

Color Harmonies of #970CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970CCA

Black with #970CCA

Text Example


Text Example

White with #970CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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