Html Css Color HEX #993DB8 Dark Orchid

📋 copy color: '#993DB8'

red 153 ◦ green 61 ◦ blue 184

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

Shades of Dark Orchid #993DB8

Tints of Dark Orchid #993DB8

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.33%

 BLUE value IS 184 (72.27% from 255) = 46.23%

R = 38.44%
G = 15.33%
B = 46.23%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#993DB8 (or 0x993DB8) is known color: Dark Orchid. HEX triplet: 99, 3D and B8. RGB value is (153,61,184). Sum of RGB (Red+Green+Blue) = 153+61+184=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 184 (72.27% from 255 or 46.23% from 398); Max value from RGB is 184 - color contains mainly: blue. Hex color #993DB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993DB8 is #66C247. Grayscale: #666666. Windows color (decimal): -6734408 or 12074393. OLE color: 12074393.

HSL color Cylindrical-coordinate representation of color #993DB8: hue angle of 284.88º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993DB8 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 153 61 184 -
CMYK 0.17 0.67 0 0.28
HSL 284.88º 0.5% 0.48% -
HSV(B) 284.88º 0.67% 0.72% -
XYZ 23.46 13.57 46.73 -
YUV 102.53 173.98 164 -
System Red Green Blue C M Y K H S L
Decimal 153 61 184 0.17 0.67 0 0.28 284.88 0.5 0.48
Hex 99 3D B8 11 43 0 1C 11D 32 30
Octal 231 75 270 21 103 0 34 435 62 60
Binary 10011001 111101 10111000 10001 1000011 0 11100 100011101 110010 110000

Color Harmonies of #993DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993DB8

Black with #993DB8

Text Example


Text Example

White with #993DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,61,184); }

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

background-color css

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

 a { background-color: rgb(153,61,184); }

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

border-color css

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

 span { border-color: rgb(153,61,184); }

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