Html Css Color HEX #970BBC Dark Violet

📋 copy color: '#970BBC'

red 151 ◦ green 11 ◦ blue 188

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

Shades of Dark Violet #970BBC

Tints of Dark Violet #970BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.71%

R = 43.14%
G = 3.14%
B = 53.71%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#970BBC (or 0x970BBC) is known color: Dark Violet. HEX triplet: 97, 0B and BC. RGB value is (151,11,188). Sum of RGB (Red+Green+Blue) = 151+11+188=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #970BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970BBC is #68F443. Grayscale: #484848. Windows color (decimal): -6878276 or 12323735. OLE color: 12323735.

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

Color convert

RGB 151 11 188 -
CMYK 0.20 0.94 0 0.26
HSL 287.46º 0.89% 0.39% -
HSV(B) 287.46º 0.94% 0.74% -
XYZ 21.96 10.45 48.44 -
YUV 73.04 192.88 183.61 -
System Red Green Blue C M Y K H S L
Decimal 151 11 188 0.20 0.94 0 0.26 287.46 0.89 0.39
Hex 97 B BC 14 5E 0 1A 11F 59 27
Octal 227 13 274 24 136 0 32 437 131 47
Binary 10010111 1011 10111100 10100 1011110 0 11010 100011111 1011001 100111

Color Harmonies of #970BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970BBC

Black with #970BBC

Text Example


Text Example

White with #970BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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