Html Css Color HEX #993EE7 Blue Violet

📋 copy color: '#993EE7'

red 153 ◦ green 62 ◦ blue 231

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

Shades of Blue Violet #993EE7

Tints of Blue Violet #993EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 51.79%

R = 34.3%
G = 13.9%
B = 51.79%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#993EE7 (or 0x993EE7) is known color: Blue Violet. HEX triplet: 99, 3E and E7. RGB value is (153,62,231). Sum of RGB (Red+Green+Blue) = 153+62+231=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 62 (24.61% from 255 or 13.90% from 446); Blue value is 231 (90.62% from 255 or 51.79% from 446); Max value from RGB is 231 - color contains mainly: blue. Hex color #993EE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993EE7 is #66C118. Grayscale: #6B6B6B. Windows color (decimal): -6734105 or 15154841. OLE color: 15154841.

HSL color Cylindrical-coordinate representation of color #993EE7: hue angle of 272.31º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #993EE7 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 153 62 231 -
CMYK 0.34 0.73 0 0.09
HSL 272.31º 0.78% 0.57% -
HSV(B) 272.31º 0.73% 0.91% -
XYZ 29.28 15.99 77.14 -
YUV 108.48 197.15 159.76 -
System Red Green Blue C M Y K H S L
Decimal 153 62 231 0.34 0.73 0 0.09 272.31 0.78 0.57
Hex 99 3E E7 22 49 0 9 110 4E 39
Octal 231 76 347 42 111 0 11 420 116 71
Binary 10011001 111110 11100111 100010 1001001 0 1001 100010000 1001110 111001

Color Harmonies of #993EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993EE7

Black with #993EE7

Text Example


Text Example

White with #993EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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