Html Css Color HEX #971CE0 Blue Violet

📋 copy color: '#971CE0'

red 151 ◦ green 28 ◦ blue 224

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

Shades of Blue Violet #971CE0

Tints of Blue Violet #971CE0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.95%

 BLUE value IS 224 (87.89% from 255) = 55.58%

R = 37.47%
G = 6.95%
B = 55.58%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#971CE0 (or 0x971CE0) is known color: Blue Violet. HEX triplet: 97, 1C and E0. RGB value is (151,28,224). Sum of RGB (Red+Green+Blue) = 151+28+224=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #971CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971CE0 is #68E31F. Grayscale: #565656. Windows color (decimal): -6873888 or 14687383. OLE color: 14687383.

HSL color Cylindrical-coordinate representation of color #971CE0: hue angle of 277.65º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971CE0 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 151 28 224 -
CMYK 0.33 0.88 0 0.12
HSL 277.65º 0.78% 0.49% -
HSV(B) 277.65º 0.88% 0.88% -
XYZ 26.63 12.79 71.59 -
YUV 87.12 205.25 173.56 -
System Red Green Blue C M Y K H S L
Decimal 151 28 224 0.33 0.88 0 0.12 277.65 0.78 0.49
Hex 97 1C E0 21 58 0 C 116 4E 31
Octal 227 34 340 41 130 0 14 426 116 61
Binary 10010111 11100 11100000 100001 1011000 0 1100 100010110 1001110 110001

Color Harmonies of #971CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971CE0

Black with #971CE0

Text Example


Text Example

White with #971CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,28,224); }

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

background-color css

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

 a { background-color: rgb(151,28,224); }

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

border-color css

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

 span { border-color: rgb(151,28,224); }

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