Html Css Color HEX #993ABE Dark Orchid

📋 copy color: '#993ABE'

red 153 ◦ green 58 ◦ blue 190

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

Shades of Dark Orchid #993ABE

Tints of Dark Orchid #993ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 38.15%
G = 14.46%
B = 47.38%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#993ABE (or 0x993ABE) is known color: Dark Orchid. HEX triplet: 99, 3A and BE. RGB value is (153,58,190). Sum of RGB (Red+Green+Blue) = 153+58+190=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #993ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993ABE is #66C541. Grayscale: #656565. Windows color (decimal): -6735170 or 12466841. OLE color: 12466841.

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

Color convert

RGB 153 58 190 -
CMYK 0.19 0.69 0 0.25
HSL 283.18º 0.53% 0.49% -
HSV(B) 283.18º 0.69% 0.75% -
XYZ 23.94 13.52 50.06 -
YUV 101.45 177.97 164.77 -
System Red Green Blue C M Y K H S L
Decimal 153 58 190 0.19 0.69 0 0.25 283.18 0.53 0.49
Hex 99 3A BE 13 45 0 19 11B 35 31
Octal 231 72 276 23 105 0 31 433 65 61
Binary 10011001 111010 10111110 10011 1000101 0 11001 100011011 110101 110001

Color Harmonies of #993ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993ABE

Black with #993ABE

Text Example


Text Example

White with #993ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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