Html Css Color HEX #993ACC Dark Orchid

📋 copy color: '#993ACC'

red 153 ◦ green 58 ◦ blue 204

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

Shades of Dark Orchid #993ACC

Tints of Dark Orchid #993ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.98%

 BLUE value IS 204 (80.08% from 255) = 49.16%

R = 36.87%
G = 13.98%
B = 49.16%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#993ACC (or 0x993ACC) is known color: Dark Orchid. HEX triplet: 99, 3A and CC. RGB value is (153,58,204). Sum of RGB (Red+Green+Blue) = 153+58+204=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 58 (23.05% from 255 or 13.98% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #993ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993ACC is #66C533. Grayscale: #666666. Windows color (decimal): -6735156 or 13384345. OLE color: 13384345.

HSL color Cylindrical-coordinate representation of color #993ACC: hue angle of 279.04º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #993ACC is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 58 204 -
CMYK 0.25 0.72 0 0.2
HSL 279.04º 0.59% 0.51% -
HSV(B) 279.04º 0.72% 0.8% -
XYZ 25.55 14.16 58.51 -
YUV 103.05 184.97 163.63 -
System Red Green Blue C M Y K H S L
Decimal 153 58 204 0.25 0.72 0 0.2 279.04 0.59 0.51
Hex 99 3A CC 19 48 0 14 117 3B 33
Octal 231 72 314 31 110 0 24 427 73 63
Binary 10011001 111010 11001100 11001 1001000 0 10100 100010111 111011 110011

Color Harmonies of #993ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993ACC

Black with #993ACC

Text Example


Text Example

White with #993ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,58,204); }

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

background-color css

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

 a { background-color: rgb(153,58,204); }

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

border-color css

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

 span { border-color: rgb(153,58,204); }

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