Html Css Color HEX #993AED Blue Violet

📋 copy color: '#993AED'

red 153 ◦ green 58 ◦ blue 237

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

Shades of Blue Violet #993AED

Tints of Blue Violet #993AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.9%

R = 34.15%
G = 12.95%
B = 52.9%

CMYK

 C value IS 0.35

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#993AED (or 0x993AED) is known color: Blue Violet. HEX triplet: 99, 3A and ED. RGB value is (153,58,237). Sum of RGB (Red+Green+Blue) = 153+58+237=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #993AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993AED is #66C512. Grayscale: #6A6A6A. Windows color (decimal): -6735123 or 15547033. OLE color: 15547033.

HSL color Cylindrical-coordinate representation of color #993AED: hue angle of 271.84º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #993AED is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 58 237 -
CMYK 0.35 0.76 0 0.07
HSL 271.84º 0.83% 0.58% -
HSV(B) 271.84º 0.76% 0.93% -
XYZ 29.94 15.91 81.61 -
YUV 106.81 201.47 160.95 -
System Red Green Blue C M Y K H S L
Decimal 153 58 237 0.35 0.76 0 0.07 271.84 0.83 0.58
Hex 99 3A ED 23 4C 0 7 110 53 3A
Octal 231 72 355 43 114 0 7 420 123 72
Binary 10011001 111010 11101101 100011 1001100 0 111 100010000 1010011 111010

Color Harmonies of #993AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993AED

Black with #993AED

Text Example


Text Example

White with #993AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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