Html Css Color HEX #973FEA Blue Violet

📋 copy color: '#973FEA'

red 151 ◦ green 63 ◦ blue 234

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

Shades of Blue Violet #973FEA

Tints of Blue Violet #973FEA

RGB

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

 GREEN value IS 63 (25% from 255) = 14.06%

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

R = 33.71%
G = 14.06%
B = 52.23%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#973FEA (or 0x973FEA) is known color: Blue Violet. HEX triplet: 97, 3F and EA. RGB value is (151,63,234). Sum of RGB (Red+Green+Blue) = 151+63+234=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #973FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973FEA is #68C015. Grayscale: #6C6C6C. Windows color (decimal): -6864918 or 15351703. OLE color: 15351703.

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

Color convert

RGB 151 63 234 -
CMYK 0.35 0.73 0 0.08
HSL 270.88º 0.8% 0.58% -
HSV(B) 270.88º 0.73% 0.92% -
XYZ 29.39 16.07 79.4 -
YUV 108.81 198.65 158.1 -
System Red Green Blue C M Y K H S L
Decimal 151 63 234 0.35 0.73 0 0.08 270.88 0.8 0.58
Hex 97 3F EA 23 49 0 8 10F 50 3A
Octal 227 77 352 43 111 0 10 417 120 72
Binary 10010111 111111 11101010 100011 1001001 0 1000 100001111 1010000 111010

Color Harmonies of #973FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973FEA

Black with #973FEA

Text Example


Text Example

White with #973FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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