Html Css Color HEX #9546DD Dark Orchid

📋 copy color: '#9546DD'

red 149 ◦ green 70 ◦ blue 221

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

Shades of Dark Orchid #9546DD

Tints of Dark Orchid #9546DD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.91%

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

R = 33.86%
G = 15.91%
B = 50.23%

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

#9546DD (or 0x9546DD) is known color: Dark Orchid. HEX triplet: 95, 46 and DD. RGB value is (149,70,221). Sum of RGB (Red+Green+Blue) = 149+70+221=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #9546DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9546DD is #6AB922. Grayscale: #6E6E6E. Windows color (decimal): -6994211 or 14501525. OLE color: 14501525.

HSL color Cylindrical-coordinate representation of color #9546DD: hue angle of 271.39º 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 #9546DD is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 70 221 -
CMYK 0.33 0.68 0 0.13
HSL 271.39º 0.69% 0.57% -
HSV(B) 271.39º 0.68% 0.87% -
XYZ 27.64 15.99 70.04 -
YUV 110.84 190.17 155.22 -
System Red Green Blue C M Y K H S L
Decimal 149 70 221 0.33 0.68 0 0.13 271.39 0.69 0.57
Hex 95 46 DD 21 44 0 D 10F 45 39
Octal 225 106 335 41 104 0 15 417 105 71
Binary 10010101 1000110 11011101 100001 1000100 0 1101 100001111 1000101 111001

Color Harmonies of #9546DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9546DD

Black with #9546DD

Text Example


Text Example

White with #9546DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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