Html Css Color HEX #9528BB Dark Orchid

📋 copy color: '#9528BB'

red 149 ◦ green 40 ◦ blue 187

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

Shades of Dark Orchid #9528BB

Tints of Dark Orchid #9528BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.64%

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

R = 39.63%
G = 10.64%
B = 49.73%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9528BB (or 0x9528BB) is known color: Dark Orchid. HEX triplet: 95, 28 and BB. RGB value is (149,40,187). Sum of RGB (Red+Green+Blue) = 149+40+187=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #9528BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9528BB is #6AD744. Grayscale: #585858. Windows color (decimal): -7001925 or 12265621. OLE color: 12265621.

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

Color convert

RGB 149 40 187 -
CMYK 0.20 0.79 0 0.27
HSL 284.49º 0.65% 0.45% -
HSV(B) 284.49º 0.79% 0.73% -
XYZ 22.12 11.5 48.07 -
YUV 89.35 183.11 170.55 -
System Red Green Blue C M Y K H S L
Decimal 149 40 187 0.20 0.79 0 0.27 284.49 0.65 0.45
Hex 95 28 BB 14 4F 0 1B 11C 41 2D
Octal 225 50 273 24 117 0 33 434 101 55
Binary 10010101 101000 10111011 10100 1001111 0 11011 100011100 1000001 101101

Color Harmonies of #9528BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9528BB

Black with #9528BB

Text Example


Text Example

White with #9528BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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