Html Css Color HEX #933ECE Dark Orchid

📋 copy color: '#933ECE'

red 147 ◦ green 62 ◦ blue 206

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

Shades of Dark Orchid #933ECE

Tints of Dark Orchid #933ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.64%

R = 35.42%
G = 14.94%
B = 49.64%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#933ECE (or 0x933ECE) is known color: Dark Orchid. HEX triplet: 93, 3E and CE. RGB value is (147,62,206). Sum of RGB (Red+Green+Blue) = 147+62+206=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 62 (24.61% from 255 or 14.94% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #933ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933ECE is #6CC131. Grayscale: #676767. Windows color (decimal): -7127346 or 13516435. OLE color: 13516435.

HSL color Cylindrical-coordinate representation of color #933ECE: hue angle of 275.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #933ECE is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 62 206 -
CMYK 0.29 0.70 0 0.19
HSL 275.42º 0.6% 0.53% -
HSV(B) 275.42º 0.7% 0.81% -
XYZ 24.9 14.1 59.8 -
YUV 103.83 185.66 158.79 -
System Red Green Blue C M Y K H S L
Decimal 147 62 206 0.29 0.70 0 0.19 275.42 0.6 0.53
Hex 93 3E CE 1D 46 0 13 113 3C 35
Octal 223 76 316 35 106 0 23 423 74 65
Binary 10010011 111110 11001110 11101 1000110 0 10011 100010011 111100 110101

Color Harmonies of #933ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933ECE

Black with #933ECE

Text Example


Text Example

White with #933ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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