Html Css Color HEX #933CCD Dark Orchid

📋 copy color: '#933CCD'

red 147 ◦ green 60 ◦ blue 205

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

Shades of Dark Orchid #933CCD

Tints of Dark Orchid #933CCD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.56%

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

R = 35.68%
G = 14.56%
B = 49.76%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#933CCD (or 0x933CCD) is known color: Dark Orchid. HEX triplet: 93, 3C and CD. RGB value is (147,60,205). Sum of RGB (Red+Green+Blue) = 147+60+205=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #933CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933CCD is #6CC332. Grayscale: #666666. Windows color (decimal): -7127859 or 13450387. OLE color: 13450387.

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

Color convert

RGB 147 60 205 -
CMYK 0.28 0.71 0 0.20
HSL 276º 0.59% 0.52% -
HSV(B) 276º 0.71% 0.8% -
XYZ 24.67 13.84 59.13 -
YUV 102.54 185.82 159.71 -
System Red Green Blue C M Y K H S L
Decimal 147 60 205 0.28 0.71 0 0.20 276 0.59 0.52
Hex 93 3C CD 1C 47 0 14 114 3B 34
Octal 223 74 315 34 107 0 24 424 73 64
Binary 10010011 111100 11001101 11100 1000111 0 10100 100010100 111011 110100

Color Harmonies of #933CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933CCD

Black with #933CCD

Text Example


Text Example

White with #933CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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