Html Css Color HEX #971CEA Blue Violet

📋 copy color: '#971CEA'

red 151 ◦ green 28 ◦ blue 234

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

Shades of Blue Violet #971CEA

Tints of Blue Violet #971CEA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.78%

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

R = 36.56%
G = 6.78%
B = 56.66%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#971CEA (or 0x971CEA) is known color: Blue Violet. HEX triplet: 97, 1C and EA. RGB value is (151,28,234). Sum of RGB (Red+Green+Blue) = 151+28+234=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #971CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971CEA is #68E315. Grayscale: #575757. Windows color (decimal): -6873878 or 15342743. OLE color: 15342743.

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

Color convert

RGB 151 28 234 -
CMYK 0.35 0.88 0 0.08
HSL 275.83º 0.83% 0.51% -
HSV(B) 275.83º 0.88% 0.92% -
XYZ 28.03 13.35 78.94 -
YUV 88.26 210.25 172.75 -
System Red Green Blue C M Y K H S L
Decimal 151 28 234 0.35 0.88 0 0.08 275.83 0.83 0.51
Hex 97 1C EA 23 58 0 8 114 53 33
Octal 227 34 352 43 130 0 10 424 123 63
Binary 10010111 11100 11101010 100011 1011000 0 1000 100010100 1010011 110011

Color Harmonies of #971CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971CEA

Black with #971CEA

Text Example


Text Example

White with #971CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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