Html Css Color HEX #973BE8 Blue Violet

📋 copy color: '#973BE8'

red 151 ◦ green 59 ◦ blue 232

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

Shades of Blue Violet #973BE8

Tints of Blue Violet #973BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 52.49%

R = 34.16%
G = 13.35%
B = 52.49%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#973BE8 (or 0x973BE8) is known color: Blue Violet. HEX triplet: 97, 3B and E8. RGB value is (151,59,232). Sum of RGB (Red+Green+Blue) = 151+59+232=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 59 (23.44% from 255 or 13.35% from 442); Blue value is 232 (91.02% from 255 or 52.49% from 442); Max value from RGB is 232 - color contains mainly: blue. Hex color #973BE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973BE8 is #68C417. Grayscale: #696969. Windows color (decimal): -6865944 or 15219607. OLE color: 15219607.

HSL color Cylindrical-coordinate representation of color #973BE8: hue angle of 271.91º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #973BE8 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 151 59 232 -
CMYK 0.35 0.75 0 0.09
HSL 271.91º 0.79% 0.57% -
HSV(B) 271.91º 0.75% 0.91% -
XYZ 28.89 15.53 77.82 -
YUV 106.23 198.98 159.93 -
System Red Green Blue C M Y K H S L
Decimal 151 59 232 0.35 0.75 0 0.09 271.91 0.79 0.57
Hex 97 3B E8 23 4B 0 9 110 4F 39
Octal 227 73 350 43 113 0 11 420 117 71
Binary 10010111 111011 11101000 100011 1001011 0 1001 100010000 1001111 111001

Color Harmonies of #973BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973BE8

Black with #973BE8

Text Example


Text Example

White with #973BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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