Html Css Color HEX #933ECD Dark Orchid

📋 copy color: '#933ECD'

red 147 ◦ green 62 ◦ blue 205

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

Shades of Dark Orchid #933ECD

Tints of Dark Orchid #933ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.52%

R = 35.51%
G = 14.98%
B = 49.52%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#933ECD (or 0x933ECD) is known color: Dark Orchid. HEX triplet: 93, 3E and CD. RGB value is (147,62,205). Sum of RGB (Red+Green+Blue) = 147+62+205=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #933ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933ECD is #6CC132. Grayscale: #676767. Windows color (decimal): -7127347 or 13450899. OLE color: 13450899.

HSL color Cylindrical-coordinate representation of color #933ECD: hue angle of 275.66º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #933ECD is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 147 62 205 -
CMYK 0.28 0.70 0 0.20
HSL 275.66º 0.59% 0.52% -
HSV(B) 275.66º 0.7% 0.8% -
XYZ 24.77 14.06 59.16 -
YUV 103.72 185.16 158.87 -
System Red Green Blue C M Y K H S L
Decimal 147 62 205 0.28 0.70 0 0.20 275.66 0.59 0.52
Hex 93 3E CD 1C 46 0 14 114 3B 34
Octal 223 76 315 34 106 0 24 424 73 64
Binary 10010011 111110 11001101 11100 1000110 0 10100 100010100 111011 110100

Color Harmonies of #933ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933ECD

Black with #933ECD

Text Example


Text Example

White with #933ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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