#9236BF

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

Shades of Dark Orchid #9236BF

Tints of Dark Orchid #9236BF

Color information

#9236BF (or 0x9236BF) is unknown color: approx Dark Orchid. HEX triplet: 92, 36 and BF. RGB value is (146,54,191). Sum of RGB (Red+Green+Blue) = 146+54+191=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #9236BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9236BF is #6DC940. Grayscale: #606060. Windows color (decimal): -7194945 or 12531346. OLE color: 12531346.

HSL color Cylindrical-coordinate representation of color #9236BF: hue angle of 280.29º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9236BF is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14654191-
CMYK0.240.7200.25
HSL280.29º55.92%48.04%-
HSV(B)280.29º71.73%74.9%-
XYZ22.5812.5150.52-
YUV97.13180.98162.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.34%
GREEN value IS 54 (21.48% from 255) = 13.81%
BLUE value IS 191 (75% from 255) = 48.85%
R=37.34%
G=13.81%
B=48.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal146541910.240.7200.25280.2955.9248.04
Hex9236BF18480191183830
Octal22266277301100314307060
Binary1001001011011010111111110001001000011001100011000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9236BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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