Html Css Color HEX #971EDD Blue Violet

📋 copy color: '#971EDD'

red 151 ◦ green 30 ◦ blue 221

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

Shades of Blue Violet #971EDD

Tints of Blue Violet #971EDD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.46%

 BLUE value IS 221 (86.72% from 255) = 54.98%

R = 37.56%
G = 7.46%
B = 54.98%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#971EDD (or 0x971EDD) is known color: Blue Violet. HEX triplet: 97, 1E and DD. RGB value is (151,30,221). Sum of RGB (Red+Green+Blue) = 151+30+221=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 30 (12.11% from 255 or 7.46% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #971EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971EDD is #68E122. Grayscale: #575757. Windows color (decimal): -6873379 or 14491287. OLE color: 14491287.

HSL color Cylindrical-coordinate representation of color #971EDD: hue angle of 278.01º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971EDD is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 30 221 -
CMYK 0.32 0.86 0 0.13
HSL 278.01º 0.76% 0.49% -
HSV(B) 278.01º 0.86% 0.87% -
XYZ 26.28 12.73 69.48 -
YUV 87.95 203.09 172.97 -
System Red Green Blue C M Y K H S L
Decimal 151 30 221 0.32 0.86 0 0.13 278.01 0.76 0.49
Hex 97 1E DD 20 56 0 D 116 4C 31
Octal 227 36 335 40 126 0 15 426 114 61
Binary 10010111 11110 11011101 100000 1010110 0 1101 100010110 1001100 110001

Color Harmonies of #971EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971EDD

Black with #971EDD

Text Example


Text Example

White with #971EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971EDD; }

 p { color: rgb(151,30,221); }

 H1.HeaderClassName
 {
   color: #971EDD;
 }
 .AnyTagClassName
 {
   color: #971EDD;
 }
</style>

background-color css

<style>
 a { background-color: #971EDD; }

 a { background-color: rgb(151,30,221); }

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

border-color css

<style>
 span { border-color: #971EDD; }

 span { border-color: rgb(151,30,221); }

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