Html Css Color HEX #9540BE Dark Orchid

📋 copy color: '#9540BE'

red 149 ◦ green 64 ◦ blue 190

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

Shades of Dark Orchid #9540BE

Tints of Dark Orchid #9540BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 36.97%
G = 15.88%
B = 47.15%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9540BE (or 0x9540BE) is known color: Dark Orchid. HEX triplet: 95, 40 and BE. RGB value is (149,64,190). Sum of RGB (Red+Green+Blue) = 149+64+190=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #9540BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9540BE is #6ABF41. Grayscale: #676767. Windows color (decimal): -6995778 or 12468373. OLE color: 12468373.

HSL color Cylindrical-coordinate representation of color #9540BE: hue angle of 280.48º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9540BE is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 64 190 -
CMYK 0.22 0.66 0 0.25
HSL 280.48º 0.5% 0.5% -
HSV(B) 280.48º 0.66% 0.75% -
XYZ 23.52 13.77 50.13 -
YUV 103.78 176.66 160.25 -
System Red Green Blue C M Y K H S L
Decimal 149 64 190 0.22 0.66 0 0.25 280.48 0.5 0.5
Hex 95 40 BE 16 42 0 19 118 32 32
Octal 225 100 276 26 102 0 31 430 62 62
Binary 10010101 1000000 10111110 10110 1000010 0 11001 100011000 110010 110010

Color Harmonies of #9540BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9540BE

Black with #9540BE

Text Example


Text Example

White with #9540BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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