#9C34BE

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

Shades of Dark Orchid #9C34BE

Tints of Dark Orchid #9C34BE

Color information

#9C34BE (or 0x9C34BE) is unknown color: approx Dark Orchid. HEX triplet: 9C, 34 and BE. RGB value is (156,52,190). Sum of RGB (Red+Green+Blue) = 156+52+190=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C34BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C34BE is #63CB41. Grayscale: #626262. Windows color (decimal): -6540098 or 12465308. OLE color: 12465308.

HSL color Cylindrical-coordinate representation of color #9C34BE: hue angle of 285.22º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9C34BE is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15652190-
CMYK0.180.7300.25
HSL285.22º57.02%47.45%-
HSV(B)285.22º72.63%74.51%-
XYZ24.2313.2449.99-
YUV98.83179.46168.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.20%
GREEN value IS 52 (20.70% from 255) = 13.07%
BLUE value IS 190 (74.61% from 255) = 47.74%
R=39.20%
G=13.07%
B=47.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156521900.180.7300.25285.2257.0247.45
Hex9C34BE124901911d392f
Octal23464276221110314357157
Binary1001110011010010111110100101001001011001100011101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C34BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C34BE; }

 p { color: rgb(156,52,190); }

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

<style>
 a { background-color: #9C34BE; }

 a { background-color: rgb(156,52,190); }

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

<style>
 span { border-color: #9C34BE; }

 span { border-color: rgb(156,52,190); }

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