Html Css Color HEX #973EE8 Blue Violet

📋 copy color: '#973EE8'

red 151 ◦ green 62 ◦ blue 232

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

Shades of Blue Violet #973EE8

Tints of Blue Violet #973EE8

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.93%

 BLUE value IS 232 (91.02% from 255) = 52.13%

R = 33.93%
G = 13.93%
B = 52.13%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#973EE8 (or 0x973EE8) is known color: Blue Violet. HEX triplet: 97, 3E and E8. RGB value is (151,62,232). Sum of RGB (Red+Green+Blue) = 151+62+232=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 62 (24.61% from 255 or 13.93% from 445); Blue value is 232 (91.02% from 255 or 52.13% from 445); Max value from RGB is 232 - color contains mainly: blue. Hex color #973EE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973EE8 is #68C117. Grayscale: #6B6B6B. Windows color (decimal): -6865176 or 15220375. OLE color: 15220375.

HSL color Cylindrical-coordinate representation of color #973EE8: hue angle of 271.41º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #973EE8 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 151 62 232 -
CMYK 0.35 0.73 0 0.09
HSL 271.41º 0.79% 0.58% -
HSV(B) 271.41º 0.73% 0.91% -
XYZ 29.05 15.85 77.87 -
YUV 107.99 197.99 158.68 -
System Red Green Blue C M Y K H S L
Decimal 151 62 232 0.35 0.73 0 0.09 271.41 0.79 0.58
Hex 97 3E E8 23 49 0 9 10F 4F 3A
Octal 227 76 350 43 111 0 11 417 117 72
Binary 10010111 111110 11101000 100011 1001001 0 1001 100001111 1001111 111010

Color Harmonies of #973EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973EE8

Black with #973EE8

Text Example


Text Example

White with #973EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973EE8; }

 p { color: rgb(151,62,232); }

 H1.HeaderClassName
 {
   color: #973EE8;
 }
 .AnyTagClassName
 {
   color: #973EE8;
 }
</style>

background-color css

<style>
 a { background-color: #973EE8; }

 a { background-color: rgb(151,62,232); }

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

border-color css

<style>
 span { border-color: #973EE8; }

 span { border-color: rgb(151,62,232); }

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