#9436BB

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

Shades of Dark Orchid #9436BB

Tints of Dark Orchid #9436BB

Color information

#9436BB (or 0x9436BB) is unknown color: approx Dark Orchid. HEX triplet: 94, 36 and BB. RGB value is (148,54,187). Sum of RGB (Red+Green+Blue) = 148+54+187=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #9436BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9436BB is #6BC944. Grayscale: #606060. Windows color (decimal): -7063877 or 12269204. OLE color: 12269204.

HSL color Cylindrical-coordinate representation of color #9436BB: hue angle of 282.41º 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 #9436BB is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14854187-
CMYK0.210.7100.27
HSL282.41º55.19%47.25%-
HSV(B)282.41º71.12%73.33%-
XYZ22.512.5248.24-
YUV97.27178.64164.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.05%
GREEN value IS 54 (21.48% from 255) = 13.88%
BLUE value IS 187 (73.44% from 255) = 48.07%
R=38.05%
G=13.88%
B=48.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148541870.210.7100.27282.4155.1947.25
Hex9436BB154701B11a372f
Octal22466273251070334326757
Binary1001010011011010111011101011000111011011100011010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9436BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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