#9336BE

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

Shades of Dark Orchid #9336BE

Tints of Dark Orchid #9336BE

Color information

#9336BE (or 0x9336BE) is unknown color: approx Dark Orchid. HEX triplet: 93, 36 and BE. RGB value is (147,54,190). Sum of RGB (Red+Green+Blue) = 147+54+190=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #9336BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9336BE is #6CC941. Grayscale: #606060. Windows color (decimal): -7129410 or 12465811. OLE color: 12465811.

HSL color Cylindrical-coordinate representation of color #9336BE: hue angle of 281.03º 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 #9336BE is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14754190-
CMYK0.230.7200.25
HSL281.03º55.74%47.84%-
HSV(B)281.03º71.58%74.51%-
XYZ22.6512.5649.95-
YUV97.31180.31163.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.60%
GREEN value IS 54 (21.48% from 255) = 13.81%
BLUE value IS 190 (74.61% from 255) = 48.59%
R=37.60%
G=13.81%
B=48.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147541900.230.7200.25281.0355.7447.84
Hex9336BE17480191193830
Octal22366276271100314317060
Binary1001001111011010111110101111001000011001100011001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9336BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9336BE; }

 p { color: rgb(147,54,190); }

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

<style>
 a { background-color: #9336BE; }

 a { background-color: rgb(147,54,190); }

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

<style>
 span { border-color: #9336BE; }

 span { border-color: rgb(147,54,190); }

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