Html Css Color HEX #9532BB Dark Orchid

📋 copy color: '#9532BB'

red 149 ◦ green 50 ◦ blue 187

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

Shades of Dark Orchid #9532BB

Tints of Dark Orchid #9532BB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.95%

 BLUE value IS 187 (73.44% from 255) = 48.45%

R = 38.6%
G = 12.95%
B = 48.45%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9532BB (or 0x9532BB) is known color: Dark Orchid. HEX triplet: 95, 32 and BB. RGB value is (149,50,187). Sum of RGB (Red+Green+Blue) = 149+50+187=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #9532BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9532BB is #6ACD44. Grayscale: #5E5E5E. Windows color (decimal): -6999365 or 12268181. OLE color: 12268181.

HSL color Cylindrical-coordinate representation of color #9532BB: hue angle of 283.36º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9532BB is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 50 187 -
CMYK 0.20 0.73 0 0.27
HSL 283.36º 0.58% 0.46% -
HSV(B) 283.36º 0.73% 0.73% -
XYZ 22.5 12.26 48.19 -
YUV 95.22 179.8 166.36 -
System Red Green Blue C M Y K H S L
Decimal 149 50 187 0.20 0.73 0 0.27 283.36 0.58 0.46
Hex 95 32 BB 14 49 0 1B 11B 3A 2E
Octal 225 62 273 24 111 0 33 433 72 56
Binary 10010101 110010 10111011 10100 1001001 0 11011 100011011 111010 101110

Color Harmonies of #9532BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9532BB

Black with #9532BB

Text Example


Text Example

White with #9532BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9532BB; }

 p { color: rgb(149,50,187); }

 H1.HeaderClassName
 {
   color: #9532BB;
 }
 .AnyTagClassName
 {
   color: #9532BB;
 }
</style>

background-color css

<style>
 a { background-color: #9532BB; }

 a { background-color: rgb(149,50,187); }

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

border-color css

<style>
 span { border-color: #9532BB; }

 span { border-color: rgb(149,50,187); }

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