Html Css Color HEX #9548DD Dark Orchid

📋 copy color: '#9548DD'

red 149 ◦ green 72 ◦ blue 221

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

Shades of Dark Orchid #9548DD

Tints of Dark Orchid #9548DD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.29%

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

R = 33.71%
G = 16.29%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9548DD (or 0x9548DD) is known color: Dark Orchid. HEX triplet: 95, 48 and DD. RGB value is (149,72,221). Sum of RGB (Red+Green+Blue) = 149+72+221=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #9548DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9548DD is #6AB722. Grayscale: #6F6F6F. Windows color (decimal): -6993699 or 14502037. OLE color: 14502037.

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

Color convert

RGB 149 72 221 -
CMYK 0.33 0.67 0 0.13
HSL 271.01º 0.69% 0.57% -
HSV(B) 271.01º 0.67% 0.87% -
XYZ 27.76 16.24 70.08 -
YUV 112.01 189.51 154.38 -
System Red Green Blue C M Y K H S L
Decimal 149 72 221 0.33 0.67 0 0.13 271.01 0.69 0.57
Hex 95 48 DD 21 43 0 D 10F 45 39
Octal 225 110 335 41 103 0 15 417 105 71
Binary 10010101 1001000 11011101 100001 1000011 0 1101 100001111 1000101 111001

Color Harmonies of #9548DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9548DD

Black with #9548DD

Text Example


Text Example

White with #9548DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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