Html Css Color HEX #973EEF Blue Violet

📋 copy color: '#973EEF'

red 151 ◦ green 62 ◦ blue 239

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

Shades of Blue Violet #973EEF

Tints of Blue Violet #973EEF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.72%

 BLUE value IS 239 (93.75% from 255) = 52.88%

R = 33.41%
G = 13.72%
B = 52.88%

CMYK

 C value IS 0.37

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#973EEF (or 0x973EEF) is known color: Blue Violet. HEX triplet: 97, 3E and EF. RGB value is (151,62,239). Sum of RGB (Red+Green+Blue) = 151+62+239=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 62 (24.61% from 255 or 13.72% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #973EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973EEF is #68C110. Grayscale: #6C6C6C. Windows color (decimal): -6865169 or 15679127. OLE color: 15679127.

HSL color Cylindrical-coordinate representation of color #973EEF: hue angle of 270.17º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #973EEF is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 151 62 239 -
CMYK 0.37 0.74 0 0.06
HSL 270.17º 0.85% 0.59% -
HSV(B) 270.17º 0.74% 0.94% -
XYZ 30.07 16.26 83.21 -
YUV 108.79 201.49 158.11 -
System Red Green Blue C M Y K H S L
Decimal 151 62 239 0.37 0.74 0 0.06 270.17 0.85 0.59
Hex 97 3E EF 25 4A 0 6 10E 55 3B
Octal 227 76 357 45 112 0 6 416 125 73
Binary 10010111 111110 11101111 100101 1001010 0 110 100001110 1010101 111011

Color Harmonies of #973EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973EEF

Black with #973EEF

Text Example


Text Example

White with #973EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,62,239); }

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

background-color css

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

 a { background-color: rgb(151,62,239); }

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

border-color css

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

 span { border-color: rgb(151,62,239); }

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