Html Css Color HEX #9544CB Dark Orchid

📋 copy color: '#9544CB'

red 149 ◦ green 68 ◦ blue 203

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

Shades of Dark Orchid #9544CB

Tints of Dark Orchid #9544CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.33%

R = 35.48%
G = 16.19%
B = 48.33%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9544CB (or 0x9544CB) is known color: Dark Orchid. HEX triplet: 95, 44 and CB. RGB value is (149,68,203). Sum of RGB (Red+Green+Blue) = 149+68+203=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #9544CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9544CB is #6ABB34. Grayscale: #6B6B6B. Windows color (decimal): -6994741 or 13321365. OLE color: 13321365.

HSL color Cylindrical-coordinate representation of color #9544CB: hue angle of 276º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9544CB is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 68 203 -
CMYK 0.27 0.67 0 0.20
HSL 276º 0.56% 0.53% -
HSV(B) 276º 0.67% 0.8% -
XYZ 25.24 14.84 58.03 -
YUV 107.61 181.84 157.52 -
System Red Green Blue C M Y K H S L
Decimal 149 68 203 0.27 0.67 0 0.20 276 0.56 0.53
Hex 95 44 CB 1B 43 0 14 114 38 35
Octal 225 104 313 33 103 0 24 424 70 65
Binary 10010101 1000100 11001011 11011 1000011 0 10100 100010100 111000 110101

Color Harmonies of #9544CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9544CB

Black with #9544CB

Text Example


Text Example

White with #9544CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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