Html Css Color HEX #993CBC Dark Orchid

📋 copy color: '#993CBC'

red 153 ◦ green 60 ◦ blue 188

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

Shades of Dark Orchid #993CBC

Tints of Dark Orchid #993CBC

RGB

 RED value IS 153 (60.16% from 255) = 38.15%

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

 BLUE value IS 188 (73.83% from 255) = 46.88%

R = 38.15%
G = 14.96%
B = 46.88%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#993CBC (or 0x993CBC) is known color: Dark Orchid. HEX triplet: 99, 3C and BC. RGB value is (153,60,188). Sum of RGB (Red+Green+Blue) = 153+60+188=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #993CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993CBC is #66C343. Grayscale: #656565. Windows color (decimal): -6734660 or 12336281. OLE color: 12336281.

HSL color Cylindrical-coordinate representation of color #993CBC: hue angle of 283.59º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993CBC is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 60 188 -
CMYK 0.19 0.68 0 0.26
HSL 283.59º 0.52% 0.49% -
HSV(B) 283.59º 0.68% 0.74% -
XYZ 23.83 13.63 48.95 -
YUV 102.4 176.31 164.09 -
System Red Green Blue C M Y K H S L
Decimal 153 60 188 0.19 0.68 0 0.26 283.59 0.52 0.49
Hex 99 3C BC 13 44 0 1A 11C 34 31
Octal 231 74 274 23 104 0 32 434 64 61
Binary 10011001 111100 10111100 10011 1000100 0 11010 100011100 110100 110001

Color Harmonies of #993CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993CBC

Black with #993CBC

Text Example


Text Example

White with #993CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993CBC; }

 p { color: rgb(153,60,188); }

 H1.HeaderClassName
 {
   color: #993CBC;
 }
 .AnyTagClassName
 {
   color: #993CBC;
 }
</style>

background-color css

<style>
 a { background-color: #993CBC; }

 a { background-color: rgb(153,60,188); }

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

border-color css

<style>
 span { border-color: #993CBC; }

 span { border-color: rgb(153,60,188); }

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