Html Css Color HEX #933FCD Dark Orchid

📋 copy color: '#933FCD'

red 147 ◦ green 63 ◦ blue 205

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

Shades of Dark Orchid #933FCD

Tints of Dark Orchid #933FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 15.18%

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

R = 35.42%
G = 15.18%
B = 49.4%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#933FCD (or 0x933FCD) is known color: Dark Orchid. HEX triplet: 93, 3F and CD. RGB value is (147,63,205). Sum of RGB (Red+Green+Blue) = 147+63+205=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #933FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933FCD is #6CC032. Grayscale: #676767. Windows color (decimal): -7127091 or 13451155. OLE color: 13451155.

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

Color convert

RGB 147 63 205 -
CMYK 0.28 0.69 0 0.20
HSL 275.49º 0.59% 0.53% -
HSV(B) 275.49º 0.69% 0.8% -
XYZ 24.83 14.17 59.18 -
YUV 104.3 184.83 158.45 -
System Red Green Blue C M Y K H S L
Decimal 147 63 205 0.28 0.69 0 0.20 275.49 0.59 0.53
Hex 93 3F CD 1C 45 0 14 113 3B 35
Octal 223 77 315 34 105 0 24 423 73 65
Binary 10010011 111111 11001101 11100 1000101 0 10100 100010011 111011 110101

Color Harmonies of #933FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933FCD

Black with #933FCD

Text Example


Text Example

White with #933FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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