Html Css Color HEX #971DEE Blue Violet

📋 copy color: '#971DEE'

red 151 ◦ green 29 ◦ blue 238

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

Shades of Blue Violet #971DEE

Tints of Blue Violet #971DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.94%

 BLUE value IS 238 (93.36% from 255) = 56.94%

R = 36.12%
G = 6.94%
B = 56.94%

CMYK

 C value IS 0.37

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#971DEE (or 0x971DEE) is known color: Blue Violet. HEX triplet: 97, 1D and EE. RGB value is (151,29,238). Sum of RGB (Red+Green+Blue) = 151+29+238=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 29 (11.72% from 255 or 6.94% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #971DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971DEE is #68E211. Grayscale: #585858. Windows color (decimal): -6873618 or 15605143. OLE color: 15605143.

HSL color Cylindrical-coordinate representation of color #971DEE: hue angle of 275.02º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971DEE is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 29 238 -
CMYK 0.37 0.88 0 0.07
HSL 275.02º 0.86% 0.52% -
HSV(B) 275.02º 0.88% 0.93% -
XYZ 28.63 13.63 82.01 -
YUV 89.3 211.92 172.01 -
System Red Green Blue C M Y K H S L
Decimal 151 29 238 0.37 0.88 0 0.07 275.02 0.86 0.52
Hex 97 1D EE 25 58 0 7 113 56 34
Octal 227 35 356 45 130 0 7 423 126 64
Binary 10010111 11101 11101110 100101 1011000 0 111 100010011 1010110 110100

Color Harmonies of #971DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971DEE

Black with #971DEE

Text Example


Text Example

White with #971DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,29,238); }

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

background-color css

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

 a { background-color: rgb(151,29,238); }

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

border-color css

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

 span { border-color: rgb(151,29,238); }

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