Html Css Color HEX #993ABF Dark Orchid

📋 copy color: '#993ABF'

red 153 ◦ green 58 ◦ blue 191

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

Shades of Dark Orchid #993ABF

Tints of Dark Orchid #993ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.51%

R = 38.06%
G = 14.43%
B = 47.51%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#993ABF (or 0x993ABF) is known color: Dark Orchid. HEX triplet: 99, 3A and BF. RGB value is (153,58,191). Sum of RGB (Red+Green+Blue) = 153+58+191=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #993ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993ABF is #66C540. Grayscale: #656565. Windows color (decimal): -6735169 or 12532377. OLE color: 12532377.

HSL color Cylindrical-coordinate representation of color #993ABF: hue angle of 282.86º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #993ABF is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 58 191 -
CMYK 0.20 0.70 0 0.25
HSL 282.86º 0.53% 0.49% -
HSV(B) 282.86º 0.7% 0.75% -
XYZ 24.05 13.56 50.64 -
YUV 101.57 178.47 164.69 -
System Red Green Blue C M Y K H S L
Decimal 153 58 191 0.20 0.70 0 0.25 282.86 0.53 0.49
Hex 99 3A BF 14 46 0 19 11B 35 31
Octal 231 72 277 24 106 0 31 433 65 61
Binary 10011001 111010 10111111 10100 1000110 0 11001 100011011 110101 110001

Color Harmonies of #993ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993ABF

Black with #993ABF

Text Example


Text Example

White with #993ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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