Html Css Color HEX #973CE1 Blue Violet

📋 copy color: '#973CE1'

red 151 ◦ green 60 ◦ blue 225

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

Shades of Blue Violet #973CE1

Tints of Blue Violet #973CE1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.76%

 BLUE value IS 225 (88.28% from 255) = 51.61%

R = 34.63%
G = 13.76%
B = 51.61%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#973CE1 (or 0x973CE1) is known color: Blue Violet. HEX triplet: 97, 3C and E1. RGB value is (151,60,225). Sum of RGB (Red+Green+Blue) = 151+60+225=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 225 (88.28% from 255 or 51.61% from 436); Max value from RGB is 225 - color contains mainly: blue. Hex color #973CE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973CE1 is #68C31E. Grayscale: #696969. Windows color (decimal): -6865695 or 14761111. OLE color: 14761111.

HSL color Cylindrical-coordinate representation of color #973CE1: hue angle of 273.09º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #973CE1 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 151 60 225 -
CMYK 0.33 0.73 0 0.12
HSL 273.09º 0.73% 0.56% -
HSV(B) 273.09º 0.73% 0.88% -
XYZ 27.97 15.25 72.7 -
YUV 106.02 195.15 160.08 -
System Red Green Blue C M Y K H S L
Decimal 151 60 225 0.33 0.73 0 0.12 273.09 0.73 0.56
Hex 97 3C E1 21 49 0 C 111 49 38
Octal 227 74 341 41 111 0 14 421 111 70
Binary 10010111 111100 11100001 100001 1001001 0 1100 100010001 1001001 111000

Color Harmonies of #973CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973CE1

Black with #973CE1

Text Example


Text Example

White with #973CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,60,225); }

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

background-color css

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

 a { background-color: rgb(151,60,225); }

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

border-color css

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

 span { border-color: rgb(151,60,225); }

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