Html Css Color HEX #971ADE Blue Violet

📋 copy color: '#971ADE'

red 151 ◦ green 26 ◦ blue 222

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

Shades of Blue Violet #971ADE

Tints of Blue Violet #971ADE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.52%

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

R = 37.84%
G = 6.52%
B = 55.64%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#971ADE (or 0x971ADE) is known color: Blue Violet. HEX triplet: 97, 1A and DE. RGB value is (151,26,222). Sum of RGB (Red+Green+Blue) = 151+26+222=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #971ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971ADE is #68E521. Grayscale: #555555. Windows color (decimal): -6874402 or 14555799. OLE color: 14555799.

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

Color convert

RGB 151 26 222 -
CMYK 0.32 0.88 0 0.13
HSL 278.27º 0.79% 0.49% -
HSV(B) 278.27º 0.88% 0.87% -
XYZ 26.32 12.59 70.15 -
YUV 85.72 204.91 174.56 -
System Red Green Blue C M Y K H S L
Decimal 151 26 222 0.32 0.88 0 0.13 278.27 0.79 0.49
Hex 97 1A DE 20 58 0 D 116 4F 31
Octal 227 32 336 40 130 0 15 426 117 61
Binary 10010111 11010 11011110 100000 1011000 0 1101 100010110 1001111 110001

Color Harmonies of #971ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971ADE

Black with #971ADE

Text Example


Text Example

White with #971ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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