Html Css Color HEX #970BBA Dark Violet

📋 copy color: '#970BBA'

red 151 ◦ green 11 ◦ blue 186

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

Shades of Dark Violet #970BBA

Tints of Dark Violet #970BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.16%

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

R = 43.39%
G = 3.16%
B = 53.45%

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

#970BBA (or 0x970BBA) is known color: Dark Violet. HEX triplet: 97, 0B and BA. RGB value is (151,11,186). Sum of RGB (Red+Green+Blue) = 151+11+186=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #970BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970BBA is #68F445. Grayscale: #484848. Windows color (decimal): -6878278 or 12192663. OLE color: 12192663.

HSL color Cylindrical-coordinate representation of color #970BBA: hue angle of 288º degrees, saturation: 0.89, 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 #970BBA is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 11 186 -
CMYK 0.19 0.94 0 0.27
HSL 288º 0.89% 0.39% -
HSV(B) 288º 0.94% 0.73% -
XYZ 21.75 10.36 47.31 -
YUV 72.81 191.88 183.77 -
System Red Green Blue C M Y K H S L
Decimal 151 11 186 0.19 0.94 0 0.27 288 0.89 0.39
Hex 97 B BA 13 5E 0 1B 120 59 27
Octal 227 13 272 23 136 0 33 440 131 47
Binary 10010111 1011 10111010 10011 1011110 0 11011 100100000 1011001 100111

Color Harmonies of #970BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970BBA

Black with #970BBA

Text Example


Text Example

White with #970BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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