Html Css Color HEX #971DFF Blue Violet

📋 copy color: '#971DFF'

red 151 ◦ green 29 ◦ blue 255

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

Shades of Blue Violet #971DFF

Tints of Blue Violet #971DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.62%

R = 34.71%
G = 6.67%
B = 58.62%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#971DFF (or 0x971DFF) is known color: Blue Violet. HEX triplet: 97, 1D and FF. RGB value is (151,29,255). Sum of RGB (Red+Green+Blue) = 151+29+255=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #971DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971DFF is #68E200. Grayscale: #5A5A5A. Windows color (decimal): -6873601 or 16719255. OLE color: 16719255.

HSL color Cylindrical-coordinate representation of color #971DFF: hue angle of 272.39º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971DFF is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 151 29 255 -
CMYK 0.41 0.89 0 0
HSL 272.39º 1% 0.56% -
HSV(B) 272.39º 0.89% 1% -
XYZ 31.25 14.68 95.79 -
YUV 91.24 220.42 170.62 -
System Red Green Blue C M Y K H S L
Decimal 151 29 255 0.41 0.89 0 0 272.39 1 0.56
Hex 97 1D FF 29 59 0 0 110 64 38
Octal 227 35 377 51 131 0 0 420 144 70
Binary 10010111 11101 11111111 101001 1011001 0 0 100010000 1100100 111000

Color Harmonies of #971DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971DFF

Black with #971DFF

Text Example


Text Example

White with #971DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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