Html Css Color HEX #971ADD Blue Violet

📋 copy color: '#971ADD'

red 151 ◦ green 26 ◦ blue 221

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

Shades of Blue Violet #971ADD

Tints of Blue Violet #971ADD

RGB

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

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

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

R = 37.94%
G = 6.53%
B = 55.53%

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

#971ADD (or 0x971ADD) is known color: Blue Violet. HEX triplet: 97, 1A and DD. RGB value is (151,26,221). Sum of RGB (Red+Green+Blue) = 151+26+221=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #971ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971ADD is #68E522. Grayscale: #545454. Windows color (decimal): -6874403 or 14490263. OLE color: 14490263.

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

Color convert

RGB 151 26 221 -
CMYK 0.32 0.88 0 0.13
HSL 278.46º 0.79% 0.48% -
HSV(B) 278.46º 0.88% 0.87% -
XYZ 26.18 12.54 69.45 -
YUV 85.61 204.41 174.64 -
System Red Green Blue C M Y K H S L
Decimal 151 26 221 0.32 0.88 0 0.13 278.46 0.79 0.48
Hex 97 1A DD 20 58 0 D 116 4F 30
Octal 227 32 335 40 130 0 15 426 117 60
Binary 10010111 11010 11011101 100000 1011000 0 1101 100010110 1001111 110000

Color Harmonies of #971ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971ADD

Black with #971ADD

Text Example


Text Example

White with #971ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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