Html Css Color HEX #9531BD Dark Orchid

📋 copy color: '#9531BD'

red 149 ◦ green 49 ◦ blue 189

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

Shades of Dark Orchid #9531BD

Tints of Dark Orchid #9531BD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.66%

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

R = 38.5%
G = 12.66%
B = 48.84%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9531BD (or 0x9531BD) is known color: Dark Orchid. HEX triplet: 95, 31 and BD. RGB value is (149,49,189). Sum of RGB (Red+Green+Blue) = 149+49+189=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #9531BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9531BD is #6ACE42. Grayscale: #5E5E5E. Windows color (decimal): -6999619 or 12398997. OLE color: 12398997.

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

Color convert

RGB 149 49 189 -
CMYK 0.21 0.74 0 0.26
HSL 282.86º 0.59% 0.47% -
HSV(B) 282.86º 0.74% 0.74% -
XYZ 22.68 12.26 49.32 -
YUV 94.86 181.13 166.62 -
System Red Green Blue C M Y K H S L
Decimal 149 49 189 0.21 0.74 0 0.26 282.86 0.59 0.47
Hex 95 31 BD 15 4A 0 1A 11B 3B 2F
Octal 225 61 275 25 112 0 32 433 73 57
Binary 10010101 110001 10111101 10101 1001010 0 11010 100011011 111011 101111

Color Harmonies of #9531BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9531BD

Black with #9531BD

Text Example


Text Example

White with #9531BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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