Html Css Color HEX #933EDA Dark Orchid

📋 copy color: '#933EDA'

red 147 ◦ green 62 ◦ blue 218

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

Shades of Dark Orchid #933EDA

Tints of Dark Orchid #933EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.05%

R = 34.43%
G = 14.52%
B = 51.05%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#933EDA (or 0x933EDA) is known color: Dark Orchid. HEX triplet: 93, 3E and DA. RGB value is (147,62,218). Sum of RGB (Red+Green+Blue) = 147+62+218=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 62 (24.61% from 255 or 14.52% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #933EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933EDA is #6CC125. Grayscale: #686868. Windows color (decimal): -7127334 or 14302867. OLE color: 14302867.

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

Color convert

RGB 147 62 218 -
CMYK 0.33 0.72 0 0.15
HSL 272.69º 0.68% 0.55% -
HSV(B) 272.69º 0.72% 0.85% -
XYZ 26.41 14.71 67.78 -
YUV 105.2 191.66 157.82 -
System Red Green Blue C M Y K H S L
Decimal 147 62 218 0.33 0.72 0 0.15 272.69 0.68 0.55
Hex 93 3E DA 21 48 0 F 111 44 37
Octal 223 76 332 41 110 0 17 421 104 67
Binary 10010011 111110 11011010 100001 1001000 0 1111 100010001 1000100 110111

Color Harmonies of #933EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933EDA

Black with #933EDA

Text Example


Text Example

White with #933EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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