Html Css Color HEX #993EFF Blue Violet

📋 copy color: '#993EFF'

red 153 ◦ green 62 ◦ blue 255

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

Shades of Blue Violet #993EFF

Tints of Blue Violet #993EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.26%

R = 32.55%
G = 13.19%
B = 54.26%

CMYK

 C value IS 0.4

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#993EFF (or 0x993EFF) is known color: Blue Violet. HEX triplet: 99, 3E and FF. RGB value is (153,62,255). Sum of RGB (Red+Green+Blue) = 153+62+255=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 62 (24.61% from 255 or 13.19% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #993EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993EFF is #66C100. Grayscale: #6E6E6E. Windows color (decimal): -6734081 or 16727705. OLE color: 16727705.

HSL color Cylindrical-coordinate representation of color #993EFF: hue angle of 268.29º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #993EFF is Cyan = 0.4, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 153 62 255 -
CMYK 0.4 0.76 0 0
HSL 268.29º 1% 0.62% -
HSV(B) 268.29º 0.76% 1% -
XYZ 32.91 17.44 96.24 -
YUV 111.21 209.15 157.81 -
System Red Green Blue C M Y K H S L
Decimal 153 62 255 0.4 0.76 0 0 268.29 1 0.62
Hex 99 3E FF 28 4C 0 0 10C 64 3E
Octal 231 76 377 50 114 0 0 414 144 76
Binary 10011001 111110 11111111 101000 1001100 0 0 100001100 1100100 111110

Color Harmonies of #993EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993EFF

Black with #993EFF

Text Example


Text Example

White with #993EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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