Html Css Color HEX #970BD4 Dark Violet

📋 copy color: '#970BD4'

red 151 ◦ green 11 ◦ blue 212

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

Shades of Dark Violet #970BD4

Tints of Dark Violet #970BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 56.68%

R = 40.37%
G = 2.94%
B = 56.68%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#970BD4 (or 0x970BD4) is known color: Dark Violet. HEX triplet: 97, 0B and D4. RGB value is (151,11,212). Sum of RGB (Red+Green+Blue) = 151+11+212=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 212 (83.20% from 255 or 56.68% from 374); Max value from RGB is 212 - color contains mainly: blue. Hex color #970BD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970BD4 is #68F42B. Grayscale: #4B4B4B. Windows color (decimal): -6878252 or 13896599. OLE color: 13896599.

HSL color Cylindrical-coordinate representation of color #970BD4: hue angle of 281.79º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970BD4 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 151 11 212 -
CMYK 0.29 0.95 0 0.17
HSL 281.79º 0.9% 0.44% -
HSV(B) 281.79º 0.95% 0.83% -
XYZ 24.77 11.57 63.22 -
YUV 75.77 204.88 181.66 -
System Red Green Blue C M Y K H S L
Decimal 151 11 212 0.29 0.95 0 0.17 281.79 0.9 0.44
Hex 97 B D4 1D 5F 0 11 11A 5A 2C
Octal 227 13 324 35 137 0 21 432 132 54
Binary 10010111 1011 11010100 11101 1011111 0 10001 100011010 1011010 101100

Color Harmonies of #970BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970BD4

Black with #970BD4

Text Example


Text Example

White with #970BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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