Html Css Color HEX #973EDE Blue Violet

📋 copy color: '#973EDE'

red 151 ◦ green 62 ◦ blue 222

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

Shades of Blue Violet #973EDE

Tints of Blue Violet #973EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.03%

R = 34.71%
G = 14.25%
B = 51.03%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#973EDE (or 0x973EDE) is known color: Blue Violet. HEX triplet: 97, 3E and DE. RGB value is (151,62,222). Sum of RGB (Red+Green+Blue) = 151+62+222=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #973EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973EDE is #68C121. Grayscale: #6A6A6A. Windows color (decimal): -6865186 or 14565015. OLE color: 14565015.

HSL color Cylindrical-coordinate representation of color #973EDE: hue angle of 273.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #973EDE is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 62 222 -
CMYK 0.32 0.72 0 0.13
HSL 273.38º 0.71% 0.56% -
HSV(B) 273.38º 0.72% 0.87% -
XYZ 27.67 15.3 70.6 -
YUV 106.85 192.99 159.49 -
System Red Green Blue C M Y K H S L
Decimal 151 62 222 0.32 0.72 0 0.13 273.38 0.71 0.56
Hex 97 3E DE 20 48 0 D 111 47 38
Octal 227 76 336 40 110 0 15 421 107 70
Binary 10010111 111110 11011110 100000 1001000 0 1101 100010001 1000111 111000

Color Harmonies of #973EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973EDE

Black with #973EDE

Text Example


Text Example

White with #973EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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