Html Css Color HEX #993AEF Blue Violet

📋 copy color: '#993AEF'

red 153 ◦ green 58 ◦ blue 239

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

Shades of Blue Violet #993AEF

Tints of Blue Violet #993AEF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.89%

 BLUE value IS 239 (93.75% from 255) = 53.11%

R = 34%
G = 12.89%
B = 53.11%

CMYK

 C value IS 0.36

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#993AEF (or 0x993AEF) is known color: Blue Violet. HEX triplet: 99, 3A and EF. RGB value is (153,58,239). Sum of RGB (Red+Green+Blue) = 153+58+239=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #993AEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993AEF is #66C510. Grayscale: #6A6A6A. Windows color (decimal): -6735121 or 15678105. OLE color: 15678105.

HSL color Cylindrical-coordinate representation of color #993AEF: hue angle of 271.49º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #993AEF is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 58 239 -
CMYK 0.36 0.76 0 0.06
HSL 271.49º 0.85% 0.58% -
HSV(B) 271.49º 0.76% 0.94% -
XYZ 30.23 16.03 83.16 -
YUV 107.04 202.47 160.78 -
System Red Green Blue C M Y K H S L
Decimal 153 58 239 0.36 0.76 0 0.06 271.49 0.85 0.58
Hex 99 3A EF 24 4C 0 6 10F 55 3A
Octal 231 72 357 44 114 0 6 417 125 72
Binary 10011001 111010 11101111 100100 1001100 0 110 100001111 1010101 111010

Color Harmonies of #993AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993AEF

Black with #993AEF

Text Example


Text Example

White with #993AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,58,239); }

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

background-color css

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

 a { background-color: rgb(153,58,239); }

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

border-color css

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

 span { border-color: rgb(153,58,239); }

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