Html Css Color HEX #9549DC Dark Orchid

📋 copy color: '#9549DC'

red 149 ◦ green 73 ◦ blue 220

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

Shades of Dark Orchid #9549DC

Tints of Dark Orchid #9549DC

RGB

 RED value IS 149 (58.59% from 255) = 33.71%

 GREEN value IS 73 (28.91% from 255) = 16.52%

 BLUE value IS 220 (86.33% from 255) = 49.77%

R = 33.71%
G = 16.52%
B = 49.77%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9549DC (or 0x9549DC) is known color: Dark Orchid. HEX triplet: 95, 49 and DC. RGB value is (149,73,220). Sum of RGB (Red+Green+Blue) = 149+73+220=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #9549DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9549DC is #6AB623. Grayscale: #6F6F6F. Windows color (decimal): -6993444 or 14436757. OLE color: 14436757.

HSL color Cylindrical-coordinate representation of color #9549DC: hue angle of 271.02º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9549DC is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 73 220 -
CMYK 0.32 0.67 0 0.14
HSL 271.02º 0.68% 0.57% -
HSV(B) 271.02º 0.67% 0.86% -
XYZ 27.7 16.32 69.4 -
YUV 112.48 188.68 154.05 -
System Red Green Blue C M Y K H S L
Decimal 149 73 220 0.32 0.67 0 0.14 271.02 0.68 0.57
Hex 95 49 DC 20 43 0 E 10F 44 39
Octal 225 111 334 40 103 0 16 417 104 71
Binary 10010101 1001001 11011100 100000 1000011 0 1110 100001111 1000100 111001

Color Harmonies of #9549DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9549DC

Black with #9549DC

Text Example


Text Example

White with #9549DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9549DC; }

 p { color: rgb(149,73,220); }

 H1.HeaderClassName
 {
   color: #9549DC;
 }
 .AnyTagClassName
 {
   color: #9549DC;
 }
</style>

background-color css

<style>
 a { background-color: #9549DC; }

 a { background-color: rgb(149,73,220); }

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

border-color css

<style>
 span { border-color: #9549DC; }

 span { border-color: rgb(149,73,220); }

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