Html Css Color HEX #970BE1 Dark Violet

📋 copy color: '#970BE1'

red 151 ◦ green 11 ◦ blue 225

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

Shades of Dark Violet #970BE1

Tints of Dark Violet #970BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 58.14%

R = 39.02%
G = 2.84%
B = 58.14%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#970BE1 (or 0x970BE1) is known color: Dark Violet. HEX triplet: 97, 0B and E1. RGB value is (151,11,225). Sum of RGB (Red+Green+Blue) = 151+11+225=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 225 (88.28% from 255 or 58.14% from 387); Max value from RGB is 225 - color contains mainly: blue. Hex color #970BE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970BE1 is #68F41E. Grayscale: #4C4C4C. Windows color (decimal): -6878239 or 14748567. OLE color: 14748567.

HSL color Cylindrical-coordinate representation of color #970BE1: hue angle of 279.25º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970BE1 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 151 11 225 -
CMYK 0.33 0.95 0 0.12
HSL 279.25º 0.91% 0.46% -
HSV(B) 279.25º 0.95% 0.88% -
XYZ 26.47 12.25 72.2 -
YUV 77.26 211.38 180.6 -
System Red Green Blue C M Y K H S L
Decimal 151 11 225 0.33 0.95 0 0.12 279.25 0.91 0.46
Hex 97 B E1 21 5F 0 C 117 5B 2E
Octal 227 13 341 41 137 0 14 427 133 56
Binary 10010111 1011 11100001 100001 1011111 0 1100 100010111 1011011 101110

Color Harmonies of #970BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970BE1

Black with #970BE1

Text Example


Text Example

White with #970BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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