Html Css Color HEX #993DED Blue Violet

📋 copy color: '#993DED'

red 153 ◦ green 61 ◦ blue 237

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

Shades of Blue Violet #993DED

Tints of Blue Violet #993DED

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.53%

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

R = 33.92%
G = 13.53%
B = 52.55%

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

#993DED (or 0x993DED) is known color: Blue Violet. HEX triplet: 99, 3D and ED. RGB value is (153,61,237). Sum of RGB (Red+Green+Blue) = 153+61+237=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #993DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993DED is #66C212. Grayscale: #6B6B6B. Windows color (decimal): -6734355 or 15547801. OLE color: 15547801.

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

Color convert

RGB 153 61 237 -
CMYK 0.35 0.74 0 0.07
HSL 271.36º 0.83% 0.58% -
HSV(B) 271.36º 0.74% 0.93% -
XYZ 30.09 16.22 81.67 -
YUV 108.57 200.48 159.69 -
System Red Green Blue C M Y K H S L
Decimal 153 61 237 0.35 0.74 0 0.07 271.36 0.83 0.58
Hex 99 3D ED 23 4A 0 7 10F 53 3A
Octal 231 75 355 43 112 0 7 417 123 72
Binary 10011001 111101 11101101 100011 1001010 0 111 100001111 1010011 111010

Color Harmonies of #993DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993DED

Black with #993DED

Text Example


Text Example

White with #993DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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