Html Css Color HEX #973CEB Blue Violet

📋 copy color: '#973CEB'

red 151 ◦ green 60 ◦ blue 235

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

Shades of Blue Violet #973CEB

Tints of Blue Violet #973CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.45%

 BLUE value IS 235 (92.19% from 255) = 52.69%

R = 33.86%
G = 13.45%
B = 52.69%

CMYK

 C value IS 0.36

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#973CEB (or 0x973CEB) is known color: Blue Violet. HEX triplet: 97, 3C and EB. RGB value is (151,60,235). Sum of RGB (Red+Green+Blue) = 151+60+235=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #973CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973CEB is #68C314. Grayscale: #6A6A6A. Windows color (decimal): -6865685 or 15416471. OLE color: 15416471.

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

Color convert

RGB 151 60 235 -
CMYK 0.36 0.74 0 0.08
HSL 271.2º 0.81% 0.58% -
HSV(B) 271.2º 0.74% 0.92% -
XYZ 29.37 15.81 80.1 -
YUV 107.16 200.15 159.27 -
System Red Green Blue C M Y K H S L
Decimal 151 60 235 0.36 0.74 0 0.08 271.2 0.81 0.58
Hex 97 3C EB 24 4A 0 8 10F 51 3A
Octal 227 74 353 44 112 0 10 417 121 72
Binary 10010111 111100 11101011 100100 1001010 0 1000 100001111 1010001 111010

Color Harmonies of #973CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973CEB

Black with #973CEB

Text Example


Text Example

White with #973CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,60,235); }

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

background-color css

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

 a { background-color: rgb(151,60,235); }

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

border-color css

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

 span { border-color: rgb(151,60,235); }

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