#953abc

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

Shades of Dark Orchid #953ABC

Tints of Dark Orchid #953ABC

Color information

#953ABC (or 0x953ABC) is unknown color: approx Dark Orchid. HEX triplet: 95, 3A and BC. RGB value is (149,58,188). Sum of RGB (Red+Green+Blue) = 149+58+188=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #953ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953ABC is #6AC543. Grayscale: #636363. Windows color (decimal): -6997316 or 12335765. OLE color: 12335765.

HSL color Cylindrical-coordinate representation of color #953ABC: hue angle of 282º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #953ABC is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14958188-
CMYK0.210.6900.26
HSL282º52.85%48.24%-
HSV(B)282º69.15%73.73%-
XYZ22.9813.0548.88-
YUV100.03177.65162.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.72%
GREEN value IS 58 (23.05% from 255) = 14.68%
BLUE value IS 188 (73.83% from 255) = 47.59%
R=37.72%
G=14.68%
B=47.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal149581880.210.6900.2628252.8548.24
Hex953ABC154501A11a3530
Octal22572274251050324326560
Binary1001010111101010111100101011000101011010100011010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953abc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953abc; }

 p { color: rgb(149,58,188); }

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

<style>
 a { background-color: #953abc; }

 a { background-color: rgb(149,58,188); }

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

<style>
 span { border-color: #953abc; }

 span { border-color: rgb(149,58,188); }

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