Html Css Color HEX #973AE5 Blue Violet

📋 copy color: '#973AE5'

red 151 ◦ green 58 ◦ blue 229

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

Shades of Blue Violet #973AE5

Tints of Blue Violet #973AE5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.24%

 BLUE value IS 229 (89.84% from 255) = 52.28%

R = 34.47%
G = 13.24%
B = 52.28%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#973AE5 (or 0x973AE5) is known color: Blue Violet. HEX triplet: 97, 3A and E5. RGB value is (151,58,229). Sum of RGB (Red+Green+Blue) = 151+58+229=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #973AE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973AE5 is #68C51A. Grayscale: #686868. Windows color (decimal): -6866203 or 15022743. OLE color: 15022743.

HSL color Cylindrical-coordinate representation of color #973AE5: hue angle of 272.63º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #973AE5 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 151 58 229 -
CMYK 0.34 0.75 0 0.10
HSL 272.63º 0.77% 0.56% -
HSV(B) 272.63º 0.75% 0.9% -
XYZ 28.42 15.26 75.58 -
YUV 105.3 197.81 160.6 -
System Red Green Blue C M Y K H S L
Decimal 151 58 229 0.34 0.75 0 0.10 272.63 0.77 0.56
Hex 97 3A E5 22 4B 0 A 111 4D 38
Octal 227 72 345 42 113 0 12 421 115 70
Binary 10010111 111010 11100101 100010 1001011 0 1010 100010001 1001101 111000

Color Harmonies of #973AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973AE5

Black with #973AE5

Text Example


Text Example

White with #973AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,58,229); }

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

background-color css

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

 a { background-color: rgb(151,58,229); }

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

border-color css

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

 span { border-color: rgb(151,58,229); }

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