Html Css Color HEX #970FBE Dark Violet

📋 copy color: '#970FBE'

red 151 ◦ green 15 ◦ blue 190

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

Shades of Dark Violet #970FBE

Tints of Dark Violet #970FBE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.21%

 BLUE value IS 190 (74.61% from 255) = 53.37%

R = 42.42%
G = 4.21%
B = 53.37%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#970FBE (or 0x970FBE) is known color: Dark Violet. HEX triplet: 97, 0F and BE. RGB value is (151,15,190). Sum of RGB (Red+Green+Blue) = 151+15+190=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #970FBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970FBE is #68F041. Grayscale: #4B4B4B. Windows color (decimal): -6877250 or 12455831. OLE color: 12455831.

HSL color Cylindrical-coordinate representation of color #970FBE: hue angle of 286.63º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970FBE is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 15 190 -
CMYK 0.21 0.92 0 0.25
HSL 286.63º 0.85% 0.4% -
HSV(B) 286.63º 0.92% 0.75% -
XYZ 22.23 10.64 49.6 -
YUV 75.61 192.56 181.77 -
System Red Green Blue C M Y K H S L
Decimal 151 15 190 0.21 0.92 0 0.25 286.63 0.85 0.4
Hex 97 F BE 15 5C 0 19 11F 55 28
Octal 227 17 276 25 134 0 31 437 125 50
Binary 10010111 1111 10111110 10101 1011100 0 11001 100011111 1010101 101000

Color Harmonies of #970FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970FBE

Black with #970FBE

Text Example


Text Example

White with #970FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,15,190); }

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

background-color css

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

 a { background-color: rgb(151,15,190); }

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

border-color css

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

 span { border-color: rgb(151,15,190); }

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