Html Css Color HEX #9544C6 Dark Orchid

📋 copy color: '#9544C6'

red 149 ◦ green 68 ◦ blue 198

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

Shades of Dark Orchid #9544C6

Tints of Dark Orchid #9544C6

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.39%

 BLUE value IS 198 (77.73% from 255) = 47.71%

R = 35.9%
G = 16.39%
B = 47.71%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9544C6 (or 0x9544C6) is known color: Dark Orchid. HEX triplet: 95, 44 and C6. RGB value is (149,68,198). Sum of RGB (Red+Green+Blue) = 149+68+198=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 198 (77.73% from 255 or 47.71% from 415); Max value from RGB is 198 - color contains mainly: blue. Hex color #9544C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9544C6 is #6ABB39. Grayscale: #6A6A6A. Windows color (decimal): -6994746 or 12993685. OLE color: 12993685.

HSL color Cylindrical-coordinate representation of color #9544C6: hue angle of 277.38º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9544C6 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 68 198 -
CMYK 0.25 0.66 0 0.22
HSL 277.38º 0.53% 0.52% -
HSV(B) 277.38º 0.66% 0.78% -
XYZ 24.65 14.6 54.94 -
YUV 107.04 179.34 157.93 -
System Red Green Blue C M Y K H S L
Decimal 149 68 198 0.25 0.66 0 0.22 277.38 0.53 0.52
Hex 95 44 C6 19 42 0 16 115 35 34
Octal 225 104 306 31 102 0 26 425 65 64
Binary 10010101 1000100 11000110 11001 1000010 0 10110 100010101 110101 110100

Color Harmonies of #9544C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9544C6

Black with #9544C6

Text Example


Text Example

White with #9544C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9544C6; }

 p { color: rgb(149,68,198); }

 H1.HeaderClassName
 {
   color: #9544C6;
 }
 .AnyTagClassName
 {
   color: #9544C6;
 }
</style>

background-color css

<style>
 a { background-color: #9544C6; }

 a { background-color: rgb(149,68,198); }

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

border-color css

<style>
 span { border-color: #9544C6; }

 span { border-color: rgb(149,68,198); }

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