Html Css Color HEX #933EDD Blue Violet

📋 copy color: '#933EDD'

red 147 ◦ green 62 ◦ blue 221

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

Shades of Blue Violet #933EDD

Tints of Blue Violet #933EDD

RGB

 RED value IS 147 (57.81% from 255) = 34.19%

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

 BLUE value IS 221 (86.72% from 255) = 51.4%

R = 34.19%
G = 14.42%
B = 51.4%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#933EDD (or 0x933EDD) is known color: Blue Violet. HEX triplet: 93, 3E and DD. RGB value is (147,62,221). Sum of RGB (Red+Green+Blue) = 147+62+221=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 62 (24.61% from 255 or 14.42% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #933EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933EDD is #6CC122. Grayscale: #686868. Windows color (decimal): -7127331 or 14499475. OLE color: 14499475.

HSL color Cylindrical-coordinate representation of color #933EDD: hue angle of 272.08º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #933EDD is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 62 221 -
CMYK 0.33 0.72 0 0.13
HSL 272.08º 0.7% 0.55% -
HSV(B) 272.08º 0.72% 0.87% -
XYZ 26.81 14.87 69.86 -
YUV 105.54 193.16 157.57 -
System Red Green Blue C M Y K H S L
Decimal 147 62 221 0.33 0.72 0 0.13 272.08 0.7 0.55
Hex 93 3E DD 21 48 0 D 110 46 37
Octal 223 76 335 41 110 0 15 420 106 67
Binary 10010011 111110 11011101 100001 1001000 0 1101 100010000 1000110 110111

Color Harmonies of #933EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933EDD

Black with #933EDD

Text Example


Text Example

White with #933EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933EDD; }

 p { color: rgb(147,62,221); }

 H1.HeaderClassName
 {
   color: #933EDD;
 }
 .AnyTagClassName
 {
   color: #933EDD;
 }
</style>

background-color css

<style>
 a { background-color: #933EDD; }

 a { background-color: rgb(147,62,221); }

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

border-color css

<style>
 span { border-color: #933EDD; }

 span { border-color: rgb(147,62,221); }

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