#9533C1

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

Shades of Dark Orchid #9533C1

Tints of Dark Orchid #9533C1

Color information

#9533C1 (or 0x9533C1) is unknown color: approx Dark Orchid. HEX triplet: 95, 33 and C1. RGB value is (149,51,193). Sum of RGB (Red+Green+Blue) = 149+51+193=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 193 (75.78% from 255 or 49.11% from 393); Max value from RGB is 193 - color contains mainly: blue. Hex color #9533C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9533C1 is #6ACC3E. Grayscale: #606060. Windows color (decimal): -6999103 or 12661653. OLE color: 12661653.

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

Color convert

RGB14951193-
CMYK0.230.7400.24
HSL281.41º58.2%47.84%-
HSV(B)281.41º73.58%75.69%-
XYZ23.212.6151.66-
YUV96.49182.47165.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.91%
GREEN value IS 51 (20.31% from 255) = 12.98%
BLUE value IS 193 (75.78% from 255) = 49.11%
R=37.91%
G=12.98%
B=49.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal149511930.230.7400.24281.4158.247.84
Hex9533C1174A0181193a30
Octal22563301271120304317260
Binary1001010111001111000001101111001010011000100011001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9533C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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