Html Css Color HEX #971DED Blue Violet

📋 copy color: '#971DED'

red 151 ◦ green 29 ◦ blue 237

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

Shades of Blue Violet #971DED

Tints of Blue Violet #971DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.83%

R = 36.21%
G = 6.95%
B = 56.83%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#971DED (or 0x971DED) is known color: Blue Violet. HEX triplet: 97, 1D and ED. RGB value is (151,29,237). Sum of RGB (Red+Green+Blue) = 151+29+237=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #971DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971DED is #68E212. Grayscale: #585858. Windows color (decimal): -6873619 or 15539607. OLE color: 15539607.

HSL color Cylindrical-coordinate representation of color #971DED: hue angle of 275.19º degrees, saturation: 0.85, 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 #971DED is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 29 237 -
CMYK 0.36 0.88 0 0.07
HSL 275.19º 0.85% 0.52% -
HSV(B) 275.19º 0.88% 0.93% -
XYZ 28.49 13.57 81.24 -
YUV 89.19 211.42 172.09 -
System Red Green Blue C M Y K H S L
Decimal 151 29 237 0.36 0.88 0 0.07 275.19 0.85 0.52
Hex 97 1D ED 24 58 0 7 113 55 34
Octal 227 35 355 44 130 0 7 423 125 64
Binary 10010111 11101 11101101 100100 1011000 0 111 100010011 1010101 110100

Color Harmonies of #971DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971DED

Black with #971DED

Text Example


Text Example

White with #971DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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