Html Css Color HEX #933CCA Dark Orchid

📋 copy color: '#933CCA'

red 147 ◦ green 60 ◦ blue 202

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

Shades of Dark Orchid #933CCA

Tints of Dark Orchid #933CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.39%

R = 35.94%
G = 14.67%
B = 49.39%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#933CCA (or 0x933CCA) is known color: Dark Orchid. HEX triplet: 93, 3C and CA. RGB value is (147,60,202). Sum of RGB (Red+Green+Blue) = 147+60+202=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #933CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933CCA is #6CC335. Grayscale: #656565. Windows color (decimal): -7127862 or 13253779. OLE color: 13253779.

HSL color Cylindrical-coordinate representation of color #933CCA: hue angle of 276.76º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #933CCA is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 60 202 -
CMYK 0.27 0.70 0 0.21
HSL 276.76º 0.57% 0.51% -
HSV(B) 276.76º 0.7% 0.79% -
XYZ 24.31 13.7 57.24 -
YUV 102.2 184.32 159.95 -
System Red Green Blue C M Y K H S L
Decimal 147 60 202 0.27 0.70 0 0.21 276.76 0.57 0.51
Hex 93 3C CA 1B 46 0 15 115 39 33
Octal 223 74 312 33 106 0 25 425 71 63
Binary 10010011 111100 11001010 11011 1000110 0 10101 100010101 111001 110011

Color Harmonies of #933CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933CCA

Black with #933CCA

Text Example


Text Example

White with #933CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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