Html Css Color HEX #970CBA Dark Violet

📋 copy color: '#970CBA'

red 151 ◦ green 12 ◦ blue 186

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

Shades of Dark Violet #970CBA

Tints of Dark Violet #970CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.3%

R = 43.27%
G = 3.44%
B = 53.3%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#970CBA (or 0x970CBA) is known color: Dark Violet. HEX triplet: 97, 0C and BA. RGB value is (151,12,186). Sum of RGB (Red+Green+Blue) = 151+12+186=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #970CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970CBA is #68F345. Grayscale: #484848. Windows color (decimal): -6878022 or 12192919. OLE color: 12192919.

HSL color Cylindrical-coordinate representation of color #970CBA: hue angle of 287.93º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970CBA is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 12 186 -
CMYK 0.19 0.94 0 0.27
HSL 287.93º 0.88% 0.39% -
HSV(B) 287.93º 0.94% 0.73% -
XYZ 21.76 10.39 47.31 -
YUV 73.4 191.55 183.35 -
System Red Green Blue C M Y K H S L
Decimal 151 12 186 0.19 0.94 0 0.27 287.93 0.88 0.39
Hex 97 C BA 13 5E 0 1B 120 58 27
Octal 227 14 272 23 136 0 33 440 130 47
Binary 10010111 1100 10111010 10011 1011110 0 11011 100100000 1011000 100111

Color Harmonies of #970CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970CBA

Black with #970CBA

Text Example


Text Example

White with #970CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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