Html Css Color HEX #993BBD Dark Orchid

📋 copy color: '#993BBD'

red 153 ◦ green 59 ◦ blue 189

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

Shades of Dark Orchid #993BBD

Tints of Dark Orchid #993BBD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.71%

 BLUE value IS 189 (74.22% from 255) = 47.13%

R = 38.15%
G = 14.71%
B = 47.13%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#993BBD (or 0x993BBD) is known color: Dark Orchid. HEX triplet: 99, 3B and BD. RGB value is (153,59,189). Sum of RGB (Red+Green+Blue) = 153+59+189=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 59 (23.44% from 255 or 14.71% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #993BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993BBD is #66C442. Grayscale: #656565. Windows color (decimal): -6734915 or 12401561. OLE color: 12401561.

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

Color convert

RGB 153 59 189 -
CMYK 0.19 0.69 0 0.26
HSL 283.38º 0.52% 0.49% -
HSV(B) 283.38º 0.69% 0.74% -
XYZ 23.89 13.57 49.51 -
YUV 101.93 177.14 164.43 -
System Red Green Blue C M Y K H S L
Decimal 153 59 189 0.19 0.69 0 0.26 283.38 0.52 0.49
Hex 99 3B BD 13 45 0 1A 11B 34 31
Octal 231 73 275 23 105 0 32 433 64 61
Binary 10011001 111011 10111101 10011 1000101 0 11010 100011011 110100 110001

Color Harmonies of #993BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993BBD

Black with #993BBD

Text Example


Text Example

White with #993BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,59,189); }

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

background-color css

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

 a { background-color: rgb(153,59,189); }

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

border-color css

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

 span { border-color: rgb(153,59,189); }

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