Html Css Color HEX #970ABF Dark Violet

📋 copy color: '#970ABF'

red 151 ◦ green 10 ◦ blue 191

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

Shades of Dark Violet #970ABF

Tints of Dark Violet #970ABF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.84%

 BLUE value IS 191 (75% from 255) = 54.26%

R = 42.9%
G = 2.84%
B = 54.26%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#970ABF (or 0x970ABF) is known color: Dark Violet. HEX triplet: 97, 0A and BF. RGB value is (151,10,191). Sum of RGB (Red+Green+Blue) = 151+10+191=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 10 (4.30% from 255 or 2.84% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #970ABF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970ABF is #68F540. Grayscale: #484848. Windows color (decimal): -6878529 or 12520087. OLE color: 12520087.

HSL color Cylindrical-coordinate representation of color #970ABF: hue angle of 286.74º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970ABF is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 10 191 -
CMYK 0.21 0.95 0 0.25
HSL 286.74º 0.9% 0.39% -
HSV(B) 286.74º 0.95% 0.75% -
XYZ 22.28 10.56 50.15 -
YUV 72.79 194.71 183.78 -
System Red Green Blue C M Y K H S L
Decimal 151 10 191 0.21 0.95 0 0.25 286.74 0.9 0.39
Hex 97 A BF 15 5F 0 19 11F 5A 27
Octal 227 12 277 25 137 0 31 437 132 47
Binary 10010111 1010 10111111 10101 1011111 0 11001 100011111 1011010 100111

Color Harmonies of #970ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970ABF

Black with #970ABF

Text Example


Text Example

White with #970ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,10,191); }

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

background-color css

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

 a { background-color: rgb(151,10,191); }

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

border-color css

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

 span { border-color: rgb(151,10,191); }

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