Html Css Color HEX #9540BD Dark Orchid

📋 copy color: '#9540BD'

red 149 ◦ green 64 ◦ blue 189

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

Shades of Dark Orchid #9540BD

Tints of Dark Orchid #9540BD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.92%

 BLUE value IS 189 (74.22% from 255) = 47.01%

R = 37.06%
G = 15.92%
B = 47.01%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9540BD (or 0x9540BD) is known color: Dark Orchid. HEX triplet: 95, 40 and BD. RGB value is (149,64,189). Sum of RGB (Red+Green+Blue) = 149+64+189=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #9540BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9540BD is #6ABF42. Grayscale: #676767. Windows color (decimal): -6995779 or 12402837. OLE color: 12402837.

HSL color Cylindrical-coordinate representation of color #9540BD: hue angle of 280.8º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9540BD is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 149 64 189 -
CMYK 0.21 0.66 0 0.26
HSL 280.8º 0.49% 0.5% -
HSV(B) 280.8º 0.66% 0.74% -
XYZ 23.41 13.73 49.56 -
YUV 103.67 176.16 160.34 -
System Red Green Blue C M Y K H S L
Decimal 149 64 189 0.21 0.66 0 0.26 280.8 0.49 0.5
Hex 95 40 BD 15 42 0 1A 119 31 32
Octal 225 100 275 25 102 0 32 431 61 62
Binary 10010101 1000000 10111101 10101 1000010 0 11010 100011001 110001 110010

Color Harmonies of #9540BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9540BD

Black with #9540BD

Text Example


Text Example

White with #9540BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9540BD; }

 p { color: rgb(149,64,189); }

 H1.HeaderClassName
 {
   color: #9540BD;
 }
 .AnyTagClassName
 {
   color: #9540BD;
 }
</style>

background-color css

<style>
 a { background-color: #9540BD; }

 a { background-color: rgb(149,64,189); }

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

border-color css

<style>
 span { border-color: #9540BD; }

 span { border-color: rgb(149,64,189); }

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