Html Css Color HEX #933ECB Dark Orchid

📋 copy color: '#933ECB'

red 147 ◦ green 62 ◦ blue 203

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

Shades of Dark Orchid #933ECB

Tints of Dark Orchid #933ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.27%

R = 35.68%
G = 15.05%
B = 49.27%

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

#933ECB (or 0x933ECB) is known color: Dark Orchid. HEX triplet: 93, 3E and CB. RGB value is (147,62,203). Sum of RGB (Red+Green+Blue) = 147+62+203=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 62 (24.61% from 255 or 15.05% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #933ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933ECB is #6CC134. Grayscale: #676767. Windows color (decimal): -7127349 or 13319827. OLE color: 13319827.

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

Color convert

RGB 147 62 203 -
CMYK 0.28 0.69 0 0.20
HSL 276.17º 0.58% 0.52% -
HSV(B) 276.17º 0.69% 0.8% -
XYZ 24.53 13.96 57.9 -
YUV 103.49 184.16 159.04 -
System Red Green Blue C M Y K H S L
Decimal 147 62 203 0.28 0.69 0 0.20 276.17 0.58 0.52
Hex 93 3E CB 1C 45 0 14 114 3A 34
Octal 223 76 313 34 105 0 24 424 72 64
Binary 10010011 111110 11001011 11100 1000101 0 10100 100010100 111010 110100

Color Harmonies of #933ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933ECB

Black with #933ECB

Text Example


Text Example

White with #933ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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