Html Css Color HEX #993EED Blue Violet

📋 copy color: '#993EED'

red 153 ◦ green 62 ◦ blue 237

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

Shades of Blue Violet #993EED

Tints of Blue Violet #993EED

RGB

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

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

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

R = 33.85%
G = 13.72%
B = 52.43%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#993EED (or 0x993EED) is known color: Blue Violet. HEX triplet: 99, 3E and ED. RGB value is (153,62,237). Sum of RGB (Red+Green+Blue) = 153+62+237=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 62 (24.61% from 255 or 13.72% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #993EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993EED is #66C112. Grayscale: #6C6C6C. Windows color (decimal): -6734099 or 15548057. OLE color: 15548057.

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

Color convert

RGB 153 62 237 -
CMYK 0.35 0.74 0 0.07
HSL 271.2º 0.83% 0.59% -
HSV(B) 271.2º 0.74% 0.93% -
XYZ 30.15 16.33 81.68 -
YUV 109.16 200.15 159.27 -
System Red Green Blue C M Y K H S L
Decimal 153 62 237 0.35 0.74 0 0.07 271.2 0.83 0.59
Hex 99 3E ED 23 4A 0 7 10F 53 3B
Octal 231 76 355 43 112 0 7 417 123 73
Binary 10011001 111110 11101101 100011 1001010 0 111 100001111 1010011 111011

Color Harmonies of #993EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993EED

Black with #993EED

Text Example


Text Example

White with #993EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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