Html Css Color HEX #970BBE Dark Violet

📋 copy color: '#970BBE'

red 151 ◦ green 11 ◦ blue 190

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

Shades of Dark Violet #970BBE

Tints of Dark Violet #970BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.98%

R = 42.9%
G = 3.13%
B = 53.98%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#970BBE (or 0x970BBE) is known color: Dark Violet. HEX triplet: 97, 0B and BE. RGB value is (151,11,190). Sum of RGB (Red+Green+Blue) = 151+11+190=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #970BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970BBE is #68F441. Grayscale: #484848. Windows color (decimal): -6878274 or 12454807. OLE color: 12454807.

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

Color convert

RGB 151 11 190 -
CMYK 0.21 0.94 0 0.25
HSL 286.93º 0.89% 0.39% -
HSV(B) 286.93º 0.94% 0.75% -
XYZ 22.18 10.54 49.58 -
YUV 73.27 193.88 183.45 -
System Red Green Blue C M Y K H S L
Decimal 151 11 190 0.21 0.94 0 0.25 286.93 0.89 0.39
Hex 97 B BE 15 5E 0 19 11F 59 27
Octal 227 13 276 25 136 0 31 437 131 47
Binary 10010111 1011 10111110 10101 1011110 0 11001 100011111 1011001 100111

Color Harmonies of #970BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970BBE

Black with #970BBE

Text Example


Text Example

White with #970BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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