Html Css Color HEX #973BDE Blue Violet

📋 copy color: '#973BDE'

red 151 ◦ green 59 ◦ blue 222

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

Shades of Blue Violet #973BDE

Tints of Blue Violet #973BDE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.66%

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

R = 34.95%
G = 13.66%
B = 51.39%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#973BDE (or 0x973BDE) is known color: Blue Violet. HEX triplet: 97, 3B and DE. RGB value is (151,59,222). Sum of RGB (Red+Green+Blue) = 151+59+222=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 59 (23.44% from 255 or 13.66% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #973BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973BDE is #68C421. Grayscale: #686868. Windows color (decimal): -6865954 or 14564247. OLE color: 14564247.

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

Color convert

RGB 151 59 222 -
CMYK 0.32 0.73 0 0.13
HSL 273.87º 0.71% 0.55% -
HSV(B) 273.87º 0.73% 0.87% -
XYZ 27.51 14.98 70.55 -
YUV 105.09 193.98 160.75 -
System Red Green Blue C M Y K H S L
Decimal 151 59 222 0.32 0.73 0 0.13 273.87 0.71 0.55
Hex 97 3B DE 20 49 0 D 112 47 37
Octal 227 73 336 40 111 0 15 422 107 67
Binary 10010111 111011 11011110 100000 1001001 0 1101 100010010 1000111 110111

Color Harmonies of #973BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973BDE

Black with #973BDE

Text Example


Text Example

White with #973BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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