Html Css Color HEX #9547DD Dark Orchid

📋 copy color: '#9547DD'

red 149 ◦ green 71 ◦ blue 221

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

Shades of Dark Orchid #9547DD

Tints of Dark Orchid #9547DD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.1%

 BLUE value IS 221 (86.72% from 255) = 50.11%

R = 33.79%
G = 16.1%
B = 50.11%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9547DD (or 0x9547DD) is known color: Dark Orchid. HEX triplet: 95, 47 and DD. RGB value is (149,71,221). Sum of RGB (Red+Green+Blue) = 149+71+221=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #9547DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9547DD is #6AB822. Grayscale: #6E6E6E. Windows color (decimal): -6993955 or 14501781. OLE color: 14501781.

HSL color Cylindrical-coordinate representation of color #9547DD: hue angle of 271.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9547DD is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 71 221 -
CMYK 0.33 0.68 0 0.13
HSL 271.2º 0.69% 0.57% -
HSV(B) 271.2º 0.68% 0.87% -
XYZ 27.7 16.12 70.06 -
YUV 111.42 189.84 154.8 -
System Red Green Blue C M Y K H S L
Decimal 149 71 221 0.33 0.68 0 0.13 271.2 0.69 0.57
Hex 95 47 DD 21 44 0 D 10F 45 39
Octal 225 107 335 41 104 0 15 417 105 71
Binary 10010101 1000111 11011101 100001 1000100 0 1101 100001111 1000101 111001

Color Harmonies of #9547DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9547DD

Black with #9547DD

Text Example


Text Example

White with #9547DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9547DD; }

 p { color: rgb(149,71,221); }

 H1.HeaderClassName
 {
   color: #9547DD;
 }
 .AnyTagClassName
 {
   color: #9547DD;
 }
</style>

background-color css

<style>
 a { background-color: #9547DD; }

 a { background-color: rgb(149,71,221); }

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

border-color css

<style>
 span { border-color: #9547DD; }

 span { border-color: rgb(149,71,221); }

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