Html Css Color HEX #971EDE Blue Violet

📋 copy color: '#971EDE'

red 151 ◦ green 30 ◦ blue 222

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

Shades of Blue Violet #971EDE

Tints of Blue Violet #971EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.09%

R = 37.47%
G = 7.44%
B = 55.09%

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

#971EDE (or 0x971EDE) is known color: Blue Violet. HEX triplet: 97, 1E and DE. RGB value is (151,30,222). Sum of RGB (Red+Green+Blue) = 151+30+222=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 30 (12.11% from 255 or 7.44% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #971EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971EDE is #68E121. Grayscale: #575757. Windows color (decimal): -6873378 or 14556823. OLE color: 14556823.

HSL color Cylindrical-coordinate representation of color #971EDE: hue angle of 277.81º 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 #971EDE is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 30 222 -
CMYK 0.32 0.86 0 0.13
HSL 277.81º 0.76% 0.49% -
HSV(B) 277.81º 0.86% 0.87% -
XYZ 26.41 12.78 70.18 -
YUV 88.07 203.59 172.89 -
System Red Green Blue C M Y K H S L
Decimal 151 30 222 0.32 0.86 0 0.13 277.81 0.76 0.49
Hex 97 1E DE 20 56 0 D 116 4C 31
Octal 227 36 336 40 126 0 15 426 114 61
Binary 10010111 11110 11011110 100000 1010110 0 1101 100010110 1001100 110001

Color Harmonies of #971EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971EDE

Black with #971EDE

Text Example


Text Example

White with #971EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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