#952AB6

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

Shades of Dark Orchid #952AB6

Tints of Dark Orchid #952AB6

Color information

#952AB6 (or 0x952AB6) is unknown color: approx Dark Orchid. HEX triplet: 95, 2A and B6. RGB value is (149,42,182). Sum of RGB (Red+Green+Blue) = 149+42+182=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 42 (16.80% from 255 or 11.26% from 373); Blue value is 182 (71.48% from 255 or 48.79% from 373); Max value from RGB is 182 - color contains mainly: blue. Hex color #952AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952AB6 is #6AD549. Grayscale: #595959. Windows color (decimal): -7001418 or 11938453. OLE color: 11938453.

HSL color Cylindrical-coordinate representation of color #952AB6: hue angle of 285.86º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952AB6 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14942182-
CMYK0.180.7700.29
HSL285.86º62.5%43.92%-
HSV(B)285.86º76.92%71.37%-
XYZ21.6711.4245.32-
YUV89.95179.95170.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.95%
GREEN value IS 42 (16.80% from 255) = 11.26%
BLUE value IS 182 (71.48% from 255) = 48.79%
R=39.95%
G=11.26%
B=48.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal149421820.180.7700.29285.8662.543.92
Hex952AB6124D01D11e3e2c
Octal22552266221150354367654
Binary1001010110101010110110100101001101011101100011110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952AB6; }

 p { color: rgb(149,42,182); }

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

<style>
 a { background-color: #952AB6; }

 a { background-color: rgb(149,42,182); }

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

<style>
 span { border-color: #952AB6; }

 span { border-color: rgb(149,42,182); }

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