Html Css Color HEX #973BEA Blue Violet

📋 copy color: '#973BEA'

red 151 ◦ green 59 ◦ blue 234

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

Shades of Blue Violet #973BEA

Tints of Blue Violet #973BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.7%

R = 34.01%
G = 13.29%
B = 52.7%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#973BEA (or 0x973BEA) is known color: Blue Violet. HEX triplet: 97, 3B and EA. RGB value is (151,59,234). Sum of RGB (Red+Green+Blue) = 151+59+234=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 59 (23.44% from 255 or 13.29% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #973BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973BEA is #68C415. Grayscale: #696969. Windows color (decimal): -6865942 or 15350679. OLE color: 15350679.

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

Color convert

RGB 151 59 234 -
CMYK 0.35 0.75 0 0.08
HSL 271.54º 0.81% 0.57% -
HSV(B) 271.54º 0.75% 0.92% -
XYZ 29.18 15.65 79.32 -
YUV 106.46 199.98 159.77 -
System Red Green Blue C M Y K H S L
Decimal 151 59 234 0.35 0.75 0 0.08 271.54 0.81 0.57
Hex 97 3B EA 23 4B 0 8 110 51 39
Octal 227 73 352 43 113 0 10 420 121 71
Binary 10010111 111011 11101010 100011 1001011 0 1000 100010000 1010001 111001

Color Harmonies of #973BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973BEA

Black with #973BEA

Text Example


Text Example

White with #973BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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