Html Css Color HEX #9548CD Dark Orchid

📋 copy color: '#9548CD'

red 149 ◦ green 72 ◦ blue 205

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

Shades of Dark Orchid #9548CD

Tints of Dark Orchid #9548CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.12%

R = 34.98%
G = 16.9%
B = 48.12%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9548CD (or 0x9548CD) is known color: Dark Orchid. HEX triplet: 95, 48 and CD. RGB value is (149,72,205). Sum of RGB (Red+Green+Blue) = 149+72+205=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #9548CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9548CD is #6AB732. Grayscale: #6D6D6D. Windows color (decimal): -6993715 or 13453461. OLE color: 13453461.

HSL color Cylindrical-coordinate representation of color #9548CD: hue angle of 274.74º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9548CD is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 72 205 -
CMYK 0.27 0.65 0 0.20
HSL 274.74º 0.57% 0.54% -
HSV(B) 274.74º 0.65% 0.8% -
XYZ 25.73 15.43 59.38 -
YUV 110.19 181.51 155.69 -
System Red Green Blue C M Y K H S L
Decimal 149 72 205 0.27 0.65 0 0.20 274.74 0.57 0.54
Hex 95 48 CD 1B 41 0 14 113 39 36
Octal 225 110 315 33 101 0 24 423 71 66
Binary 10010101 1001000 11001101 11011 1000001 0 10100 100010011 111001 110110

Color Harmonies of #9548CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9548CD

Black with #9548CD

Text Example


Text Example

White with #9548CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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