Html Css Color HEX #9548DA Dark Orchid

📋 copy color: '#9548DA'

red 149 ◦ green 72 ◦ blue 218

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

Shades of Dark Orchid #9548DA

Tints of Dark Orchid #9548DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.66%

R = 33.94%
G = 16.4%
B = 49.66%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9548DA (or 0x9548DA) is known color: Dark Orchid. HEX triplet: 95, 48 and DA. RGB value is (149,72,218). Sum of RGB (Red+Green+Blue) = 149+72+218=439 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.94% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #9548DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9548DA is #6AB725. Grayscale: #6F6F6F. Windows color (decimal): -6993702 or 14305429. OLE color: 14305429.

HSL color Cylindrical-coordinate representation of color #9548DA: hue angle of 271.64º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9548DA is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 72 218 -
CMYK 0.32 0.67 0 0.15
HSL 271.64º 0.66% 0.57% -
HSV(B) 271.64º 0.67% 0.85% -
XYZ 27.37 16.09 67.99 -
YUV 111.67 188.01 154.63 -
System Red Green Blue C M Y K H S L
Decimal 149 72 218 0.32 0.67 0 0.15 271.64 0.66 0.57
Hex 95 48 DA 20 43 0 F 110 42 39
Octal 225 110 332 40 103 0 17 420 102 71
Binary 10010101 1001000 11011010 100000 1000011 0 1111 100010000 1000010 111001

Color Harmonies of #9548DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9548DA

Black with #9548DA

Text Example


Text Example

White with #9548DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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