Html Css Color HEX #993EE3 Blue Violet

📋 copy color: '#993EE3'

red 153 ◦ green 62 ◦ blue 227

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

Shades of Blue Violet #993EE3

Tints of Blue Violet #993EE3

RGB

 RED value IS 153 (60.16% from 255) = 34.62%

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

 BLUE value IS 227 (89.06% from 255) = 51.36%

R = 34.62%
G = 14.03%
B = 51.36%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#993EE3 (or 0x993EE3) is known color: Blue Violet. HEX triplet: 99, 3E and E3. RGB value is (153,62,227). Sum of RGB (Red+Green+Blue) = 153+62+227=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 62 (24.61% from 255 or 14.03% from 442); Blue value is 227 (89.06% from 255 or 51.36% from 442); Max value from RGB is 227 - color contains mainly: blue. Hex color #993EE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993EE3 is #66C11C. Grayscale: #6B6B6B. Windows color (decimal): -6734109 or 14892697. OLE color: 14892697.

HSL color Cylindrical-coordinate representation of color #993EE3: hue angle of 273.09º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #993EE3 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 153 62 227 -
CMYK 0.33 0.73 0 0.11
HSL 273.09º 0.75% 0.57% -
HSV(B) 273.09º 0.73% 0.89% -
XYZ 28.72 15.76 74.2 -
YUV 108.02 195.15 160.08 -
System Red Green Blue C M Y K H S L
Decimal 153 62 227 0.33 0.73 0 0.11 273.09 0.75 0.57
Hex 99 3E E3 21 49 0 B 111 4B 39
Octal 231 76 343 41 111 0 13 421 113 71
Binary 10011001 111110 11100011 100001 1001001 0 1011 100010001 1001011 111001

Color Harmonies of #993EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993EE3

Black with #993EE3

Text Example


Text Example

White with #993EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993EE3; }

 p { color: rgb(153,62,227); }

 H1.HeaderClassName
 {
   color: #993EE3;
 }
 .AnyTagClassName
 {
   color: #993EE3;
 }
</style>

background-color css

<style>
 a { background-color: #993EE3; }

 a { background-color: rgb(153,62,227); }

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

border-color css

<style>
 span { border-color: #993EE3; }

 span { border-color: rgb(153,62,227); }

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