Html Css Color HEX #971FDA Blue Violet

📋 copy color: '#971FDA'

red 151 ◦ green 31 ◦ blue 218

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

Shades of Blue Violet #971FDA

Tints of Blue Violet #971FDA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.75%

 BLUE value IS 218 (85.55% from 255) = 54.5%

R = 37.75%
G = 7.75%
B = 54.5%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#971FDA (or 0x971FDA) is known color: Blue Violet. HEX triplet: 97, 1F and DA. RGB value is (151,31,218). Sum of RGB (Red+Green+Blue) = 151+31+218=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #971FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971FDA is #68E025. Grayscale: #575757. Windows color (decimal): -6873126 or 14294935. OLE color: 14294935.

HSL color Cylindrical-coordinate representation of color #971FDA: hue angle of 278.5º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971FDA is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 31 218 -
CMYK 0.31 0.86 0 0.15
HSL 278.5º 0.75% 0.49% -
HSV(B) 278.5º 0.86% 0.85% -
XYZ 25.91 12.62 67.4 -
YUV 88.2 201.26 172.79 -
System Red Green Blue C M Y K H S L
Decimal 151 31 218 0.31 0.86 0 0.15 278.5 0.75 0.49
Hex 97 1F DA 1F 56 0 F 117 4B 31
Octal 227 37 332 37 126 0 17 427 113 61
Binary 10010111 11111 11011010 11111 1010110 0 1111 100010111 1001011 110001

Color Harmonies of #971FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971FDA

Black with #971FDA

Text Example


Text Example

White with #971FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,31,218); }

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

background-color css

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

 a { background-color: rgb(151,31,218); }

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

border-color css

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

 span { border-color: rgb(151,31,218); }

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