Html Css Color HEX #9528D5 Dark Orchid

📋 copy color: '#9528D5'

red 149 ◦ green 40 ◦ blue 213

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

Shades of Dark Orchid #9528D5

Tints of Dark Orchid #9528D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.99%

R = 37.06%
G = 9.95%
B = 52.99%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9528D5 (or 0x9528D5) is known color: Dark Orchid. HEX triplet: 95, 28 and D5. RGB value is (149,40,213). Sum of RGB (Red+Green+Blue) = 149+40+213=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 213 (83.59% from 255 or 52.99% from 402); Max value from RGB is 213 - color contains mainly: blue. Hex color #9528D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9528D5 is #6AD72A. Grayscale: #5B5B5B. Windows color (decimal): -7001899 or 13969557. OLE color: 13969557.

HSL color Cylindrical-coordinate representation of color #9528D5: hue angle of 277.8º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9528D5 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 40 213 -
CMYK 0.30 0.81 0 0.16
HSL 277.8º 0.68% 0.5% -
HSV(B) 277.8º 0.81% 0.84% -
XYZ 25.16 12.71 64.08 -
YUV 92.31 196.11 168.43 -
System Red Green Blue C M Y K H S L
Decimal 149 40 213 0.30 0.81 0 0.16 277.8 0.68 0.5
Hex 95 28 D5 1E 51 0 10 116 44 32
Octal 225 50 325 36 121 0 20 426 104 62
Binary 10010101 101000 11010101 11110 1010001 0 10000 100010110 1000100 110010

Color Harmonies of #9528D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9528D5

Black with #9528D5

Text Example


Text Example

White with #9528D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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