Html Css Color HEX #973BEC Blue Violet

📋 copy color: '#973BEC'

red 151 ◦ green 59 ◦ blue 236

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

Shades of Blue Violet #973BEC

Tints of Blue Violet #973BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.91%

R = 33.86%
G = 13.23%
B = 52.91%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#973BEC (or 0x973BEC) is known color: Blue Violet. HEX triplet: 97, 3B and EC. RGB value is (151,59,236). Sum of RGB (Red+Green+Blue) = 151+59+236=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 59 (23.44% from 255 or 13.23% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #973BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973BEC is #68C413. Grayscale: #6A6A6A. Windows color (decimal): -6865940 or 15481751. OLE color: 15481751.

HSL color Cylindrical-coordinate representation of color #973BEC: hue angle of 271.19º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #973BEC is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 59 236 -
CMYK 0.36 0.75 0 0.07
HSL 271.19º 0.82% 0.58% -
HSV(B) 271.19º 0.75% 0.93% -
XYZ 29.47 15.76 80.85 -
YUV 106.69 200.98 159.61 -
System Red Green Blue C M Y K H S L
Decimal 151 59 236 0.36 0.75 0 0.07 271.19 0.82 0.58
Hex 97 3B EC 24 4B 0 7 10F 52 3A
Octal 227 73 354 44 113 0 7 417 122 72
Binary 10010111 111011 11101100 100100 1001011 0 111 100001111 1010010 111010

Color Harmonies of #973BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973BEC

Black with #973BEC

Text Example


Text Example

White with #973BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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