Html Css Color HEX #970CBD Dark Violet

📋 copy color: '#970CBD'

red 151 ◦ green 12 ◦ blue 189

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

Shades of Dark Violet #970CBD

Tints of Dark Violet #970CBD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.41%

 BLUE value IS 189 (74.22% from 255) = 53.69%

R = 42.9%
G = 3.41%
B = 53.69%

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

#970CBD (or 0x970CBD) is known color: Dark Violet. HEX triplet: 97, 0C and BD. RGB value is (151,12,189). Sum of RGB (Red+Green+Blue) = 151+12+189=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #970CBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970CBD is #68F342. Grayscale: #494949. Windows color (decimal): -6878019 or 12389527. OLE color: 12389527.

HSL color Cylindrical-coordinate representation of color #970CBD: hue angle of 287.12º degrees, saturation: 0.88, 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 #970CBD is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 12 189 -
CMYK 0.20 0.94 0 0.26
HSL 287.12º 0.88% 0.39% -
HSV(B) 287.12º 0.94% 0.74% -
XYZ 22.08 10.52 49.01 -
YUV 73.74 193.05 183.11 -
System Red Green Blue C M Y K H S L
Decimal 151 12 189 0.20 0.94 0 0.26 287.12 0.88 0.39
Hex 97 C BD 14 5E 0 1A 11F 58 27
Octal 227 14 275 24 136 0 32 437 130 47
Binary 10010111 1100 10111101 10100 1011110 0 11010 100011111 1011000 100111

Color Harmonies of #970CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970CBD

Black with #970CBD

Text Example


Text Example

White with #970CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,12,189); }

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

background-color css

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

 a { background-color: rgb(151,12,189); }

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

border-color css

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

 span { border-color: rgb(151,12,189); }

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