Html Css Color HEX #971FEA Blue Violet

📋 copy color: '#971FEA'

red 151 ◦ green 31 ◦ blue 234

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

Shades of Blue Violet #971FEA

Tints of Blue Violet #971FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.25%

R = 36.3%
G = 7.45%
B = 56.25%

CMYK

 C value IS 0.35

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#971FEA (or 0x971FEA) is known color: Blue Violet. HEX triplet: 97, 1F and EA. RGB value is (151,31,234). Sum of RGB (Red+Green+Blue) = 151+31+234=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #971FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971FEA is #68E015. Grayscale: #595959. Windows color (decimal): -6873110 or 15343511. OLE color: 15343511.

HSL color Cylindrical-coordinate representation of color #971FEA: hue angle of 275.47º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971FEA is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 31 234 -
CMYK 0.35 0.87 0 0.08
HSL 275.47º 0.83% 0.52% -
HSV(B) 275.47º 0.87% 0.92% -
XYZ 28.1 13.5 78.97 -
YUV 90.02 209.26 171.49 -
System Red Green Blue C M Y K H S L
Decimal 151 31 234 0.35 0.87 0 0.08 275.47 0.83 0.52
Hex 97 1F EA 23 57 0 8 113 53 34
Octal 227 37 352 43 127 0 10 423 123 64
Binary 10010111 11111 11101010 100011 1010111 0 1000 100010011 1010011 110100

Color Harmonies of #971FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971FEA

Black with #971FEA

Text Example


Text Example

White with #971FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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