#9528C1

Color #9528C1 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9528C1

Tints of Dark Orchid #9528C1

Color information

#9528C1 (or 0x9528C1) is unknown color: approx Dark Orchid. HEX triplet: 95, 28 and C1. RGB value is (149,40,193). Sum of RGB (Red+Green+Blue) = 149+40+193=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #9528C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9528C1 is #6AD73E. Grayscale: #595959. Windows color (decimal): -7001919 or 12658837. OLE color: 12658837.

HSL color Cylindrical-coordinate representation of color #9528C1: hue angle of 282.75º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9528C1 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14940193-
CMYK0.230.7900.24
HSL282.75º65.67%45.69%-
HSV(B)282.75º79.27%75.69%-
XYZ22.7811.7651.52-
YUV90.03186.11170.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.01%
GREEN value IS 40 (16.02% from 255) = 10.47%
BLUE value IS 193 (75.78% from 255) = 50.52%
R=39.01%
G=10.47%
B=50.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal149401930.230.7900.24282.7565.6745.69
Hex9528C1174F01811b422e
Octal225503012711703043310256
Binary10010101101000110000011011110011110110001000110111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9528C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9528C1;
 }
 .AnyTagClassName
 {
   color: #9528C1;
 }
</style>
background-color css

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

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

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

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

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

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