Html Css Color HEX #9548DB Dark Orchid

📋 copy color: '#9548DB'

red 149 ◦ green 72 ◦ blue 219

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

Shades of Dark Orchid #9548DB

Tints of Dark Orchid #9548DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.77%

R = 33.86%
G = 16.36%
B = 49.77%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9548DB (or 0x9548DB) is known color: Dark Orchid. HEX triplet: 95, 48 and DB. RGB value is (149,72,219). Sum of RGB (Red+Green+Blue) = 149+72+219=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #9548DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9548DB is #6AB724. Grayscale: #6F6F6F. Windows color (decimal): -6993701 or 14370965. OLE color: 14370965.

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

Color convert

RGB 149 72 219 -
CMYK 0.32 0.67 0 0.14
HSL 271.43º 0.67% 0.57% -
HSV(B) 271.43º 0.67% 0.86% -
XYZ 27.5 16.14 68.68 -
YUV 111.78 188.51 154.55 -
System Red Green Blue C M Y K H S L
Decimal 149 72 219 0.32 0.67 0 0.14 271.43 0.67 0.57
Hex 95 48 DB 20 43 0 E 10F 43 39
Octal 225 110 333 40 103 0 16 417 103 71
Binary 10010101 1001000 11011011 100000 1000011 0 1110 100001111 1000011 111001

Color Harmonies of #9548DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9548DB

Black with #9548DB

Text Example


Text Example

White with #9548DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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