#9236BB

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

Shades of Dark Orchid #9236BB

Tints of Dark Orchid #9236BB

Color information

#9236BB (or 0x9236BB) is unknown color: approx Dark Orchid. HEX triplet: 92, 36 and BB. RGB value is (146,54,187). Sum of RGB (Red+Green+Blue) = 146+54+187=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #9236BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9236BB is #6DC944. Grayscale: #606060. Windows color (decimal): -7194949 or 12269202. OLE color: 12269202.

HSL color Cylindrical-coordinate representation of color #9236BB: hue angle of 281.5º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9236BB is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14654187-
CMYK0.220.7100.27
HSL281.5º55.19%47.25%-
HSV(B)281.5º71.12%73.33%-
XYZ22.1412.3448.23-
YUV96.67178.98163.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.73%
GREEN value IS 54 (21.48% from 255) = 13.95%
BLUE value IS 187 (73.44% from 255) = 48.32%
R=37.73%
G=13.95%
B=48.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146541870.220.7100.27281.555.1947.25
Hex9236BB164701B11a372f
Octal22266273261070334326757
Binary1001001011011010111011101101000111011011100011010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9236BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9236BB; }

 p { color: rgb(146,54,187); }

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

<style>
 a { background-color: #9236BB; }

 a { background-color: rgb(146,54,187); }

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

<style>
 span { border-color: #9236BB; }

 span { border-color: rgb(146,54,187); }

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