#9735BC

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

Shades of Dark Orchid #9735BC

Tints of Dark Orchid #9735BC

Color information

#9735BC (or 0x9735BC) is unknown color: approx Dark Orchid. HEX triplet: 97, 35 and BC. RGB value is (151,53,188). Sum of RGB (Red+Green+Blue) = 151+53+188=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #9735BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9735BC is #68CA43. Grayscale: #616161. Windows color (decimal): -6867524 or 12334487. OLE color: 12334487.

HSL color Cylindrical-coordinate representation of color #9735BC: hue angle of 283.56º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9735BC is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15153188-
CMYK0.200.7200.26
HSL283.56º56.02%47.25%-
HSV(B)283.56º71.81%73.73%-
XYZ23.1112.7648.82-
YUV97.69178.97166.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.52%
GREEN value IS 53 (21.09% from 255) = 13.52%
BLUE value IS 188 (73.83% from 255) = 47.96%
R=38.52%
G=13.52%
B=47.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal151531880.200.7200.26283.5656.0247.25
Hex9735BC144801A11c382f
Octal22765274241100324347057
Binary1001011111010110111100101001001000011010100011100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9735BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9735BC; }

 p { color: rgb(151,53,188); }

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

<style>
 a { background-color: #9735BC; }

 a { background-color: rgb(151,53,188); }

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

<style>
 span { border-color: #9735BC; }

 span { border-color: rgb(151,53,188); }

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