Html Css Color HEX #9546DB Dark Orchid

📋 copy color: '#9546DB'

red 149 ◦ green 70 ◦ blue 219

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

Shades of Dark Orchid #9546DB

Tints of Dark Orchid #9546DB

RGB

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

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

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

R = 34.02%
G = 15.98%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9546DB (or 0x9546DB) is known color: Dark Orchid. HEX triplet: 95, 46 and DB. RGB value is (149,70,219). Sum of RGB (Red+Green+Blue) = 149+70+219=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #9546DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9546DB is #6AB924. Grayscale: #6E6E6E. Windows color (decimal): -6994213 or 14370453. OLE color: 14370453.

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

Color convert

RGB 149 70 219 -
CMYK 0.32 0.68 0 0.14
HSL 271.81º 0.67% 0.57% -
HSV(B) 271.81º 0.68% 0.86% -
XYZ 27.37 15.88 68.64 -
YUV 110.61 189.17 155.38 -
System Red Green Blue C M Y K H S L
Decimal 149 70 219 0.32 0.68 0 0.14 271.81 0.67 0.57
Hex 95 46 DB 20 44 0 E 110 43 39
Octal 225 106 333 40 104 0 16 420 103 71
Binary 10010101 1000110 11011011 100000 1000100 0 1110 100010000 1000011 111001

Color Harmonies of #9546DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9546DB

Black with #9546DB

Text Example


Text Example

White with #9546DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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