Html Css Color HEX #970BD5 Dark Violet

📋 copy color: '#970BD5'

red 151 ◦ green 11 ◦ blue 213

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

Shades of Dark Violet #970BD5

Tints of Dark Violet #970BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 56.8%

R = 40.27%
G = 2.93%
B = 56.8%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#970BD5 (or 0x970BD5) is known color: Dark Violet. HEX triplet: 97, 0B and D5. RGB value is (151,11,213). Sum of RGB (Red+Green+Blue) = 151+11+213=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 213 (83.59% from 255 or 56.8% from 375); Max value from RGB is 213 - color contains mainly: blue. Hex color #970BD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970BD5 is #68F42A. Grayscale: #4B4B4B. Windows color (decimal): -6878251 or 13962135. OLE color: 13962135.

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

Color convert

RGB 151 11 213 -
CMYK 0.29 0.95 0 0.16
HSL 281.58º 0.9% 0.44% -
HSV(B) 281.58º 0.95% 0.84% -
XYZ 24.89 11.62 63.88 -
YUV 75.89 205.38 181.57 -
System Red Green Blue C M Y K H S L
Decimal 151 11 213 0.29 0.95 0 0.16 281.58 0.9 0.44
Hex 97 B D5 1D 5F 0 10 11A 5A 2C
Octal 227 13 325 35 137 0 20 432 132 54
Binary 10010111 1011 11010101 11101 1011111 0 10000 100011010 1011010 101100

Color Harmonies of #970BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970BD5

Black with #970BD5

Text Example


Text Example

White with #970BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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