Html Css Color HEX #993BB3 Dark Orchid

📋 copy color: '#993BB3'

red 153 ◦ green 59 ◦ blue 179

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

Shades of Dark Orchid #993BB3

Tints of Dark Orchid #993BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.78%

R = 39.13%
G = 15.09%
B = 45.78%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#993BB3 (or 0x993BB3) is known color: Dark Orchid. HEX triplet: 99, 3B and B3. RGB value is (153,59,179). Sum of RGB (Red+Green+Blue) = 153+59+179=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 179 (70.31% from 255 or 45.78% from 391); Max value from RGB is 179 - color contains mainly: blue. Hex color #993BB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993BB3 is #66C44C. Grayscale: #646464. Windows color (decimal): -6734925 or 11746201. OLE color: 11746201.

HSL color Cylindrical-coordinate representation of color #993BB3: hue angle of 287º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993BB3 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 153 59 179 -
CMYK 0.15 0.67 0 0.30
HSL 287º 0.5% 0.47% -
HSV(B) 287º 0.67% 0.7% -
XYZ 22.84 13.15 43.98 -
YUV 100.79 172.14 165.24 -
System Red Green Blue C M Y K H S L
Decimal 153 59 179 0.15 0.67 0 0.30 287 0.5 0.47
Hex 99 3B B3 F 43 0 1E 11F 32 2F
Octal 231 73 263 17 103 0 36 437 62 57
Binary 10011001 111011 10110011 1111 1000011 0 11110 100011111 110010 101111

Color Harmonies of #993BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993BB3

Black with #993BB3

Text Example


Text Example

White with #993BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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