Html Css Color HEX #973BEE Blue Violet

📋 copy color: '#973BEE'

red 151 ◦ green 59 ◦ blue 238

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

Shades of Blue Violet #973BEE

Tints of Blue Violet #973BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.13%

R = 33.71%
G = 13.17%
B = 53.13%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#973BEE (or 0x973BEE) is known color: Blue Violet. HEX triplet: 97, 3B and EE. RGB value is (151,59,238). Sum of RGB (Red+Green+Blue) = 151+59+238=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 59 (23.44% from 255 or 13.17% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #973BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973BEE is #68C411. Grayscale: #6A6A6A. Windows color (decimal): -6865938 or 15612823. OLE color: 15612823.

HSL color Cylindrical-coordinate representation of color #973BEE: hue angle of 270.84º degrees, saturation: 0.84, 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 #973BEE is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 59 238 -
CMYK 0.37 0.75 0 0.07
HSL 270.84º 0.84% 0.58% -
HSV(B) 270.84º 0.75% 0.93% -
XYZ 29.76 15.88 82.39 -
YUV 106.91 201.98 159.45 -
System Red Green Blue C M Y K H S L
Decimal 151 59 238 0.37 0.75 0 0.07 270.84 0.84 0.58
Hex 97 3B EE 25 4B 0 7 10F 54 3A
Octal 227 73 356 45 113 0 7 417 124 72
Binary 10010111 111011 11101110 100101 1001011 0 111 100001111 1010100 111010

Color Harmonies of #973BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973BEE

Black with #973BEE

Text Example


Text Example

White with #973BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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