Html Css Color HEX #970BB3 Dark Violet

📋 copy color: '#970BB3'

red 151 ◦ green 11 ◦ blue 179

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

Shades of Dark Violet #970BB3

Tints of Dark Violet #970BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.49%

R = 44.28%
G = 3.23%
B = 52.49%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#970BB3 (or 0x970BB3) is known color: Dark Violet. HEX triplet: 97, 0B and B3. RGB value is (151,11,179). Sum of RGB (Red+Green+Blue) = 151+11+179=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #970BB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970BB3 is #68F44C. Grayscale: #474747. Windows color (decimal): -6878285 or 11733911. OLE color: 11733911.

HSL color Cylindrical-coordinate representation of color #970BB3: hue angle of 290º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970BB3 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 151 11 179 -
CMYK 0.16 0.94 0 0.30
HSL 290º 0.88% 0.37% -
HSV(B) 290º 0.94% 0.7% -
XYZ 21.02 10.07 43.48 -
YUV 72.01 188.38 184.34 -
System Red Green Blue C M Y K H S L
Decimal 151 11 179 0.16 0.94 0 0.30 290 0.88 0.37
Hex 97 B B3 10 5E 0 1E 122 58 25
Octal 227 13 263 20 136 0 36 442 130 45
Binary 10010111 1011 10110011 10000 1011110 0 11110 100100010 1011000 100101

Color Harmonies of #970BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970BB3

Black with #970BB3

Text Example


Text Example

White with #970BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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