Html Css Color HEX #993ACD Dark Orchid

📋 copy color: '#993ACD'

red 153 ◦ green 58 ◦ blue 205

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

Shades of Dark Orchid #993ACD

Tints of Dark Orchid #993ACD

RGB

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

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

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

R = 36.78%
G = 13.94%
B = 49.28%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#993ACD (or 0x993ACD) is known color: Dark Orchid. HEX triplet: 99, 3A and CD. RGB value is (153,58,205). Sum of RGB (Red+Green+Blue) = 153+58+205=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #993ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993ACD is #66C532. Grayscale: #666666. Windows color (decimal): -6735155 or 13449881. OLE color: 13449881.

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

Color convert

RGB 153 58 205 -
CMYK 0.25 0.72 0 0.20
HSL 278.78º 0.6% 0.52% -
HSV(B) 278.78º 0.72% 0.8% -
XYZ 25.67 14.21 59.15 -
YUV 103.16 185.47 163.55 -
System Red Green Blue C M Y K H S L
Decimal 153 58 205 0.25 0.72 0 0.20 278.78 0.6 0.52
Hex 99 3A CD 19 48 0 14 117 3C 34
Octal 231 72 315 31 110 0 24 427 74 64
Binary 10011001 111010 11001101 11001 1001000 0 10100 100010111 111100 110100

Color Harmonies of #993ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993ACD

Black with #993ACD

Text Example


Text Example

White with #993ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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