#9035BD

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

Shades of Dark Orchid #9035BD

Tints of Dark Orchid #9035BD

Color information

#9035BD (or 0x9035BD) is unknown color: approx Dark Orchid. HEX triplet: 90, 35 and BD. RGB value is (144,53,189). Sum of RGB (Red+Green+Blue) = 144+53+189=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #9035BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9035BD is #6FCA42. Grayscale: #5F5F5F. Windows color (decimal): -7326275 or 12400016. OLE color: 12400016.

HSL color Cylindrical-coordinate representation of color #9035BD: hue angle of 280.15º 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 #9035BD is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14453189-
CMYK0.240.7200.26
HSL280.15º56.2%47.45%-
HSV(B)280.15º71.96%74.12%-
XYZ21.9612.1549.33-
YUV95.71180.65162.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.31%
GREEN value IS 53 (21.09% from 255) = 13.73%
BLUE value IS 189 (74.22% from 255) = 48.96%
R=37.31%
G=13.73%
B=48.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal144531890.240.7200.26280.1556.247.45
Hex9035BD184801A118382f
Octal22065275301100324307057
Binary1001000011010110111101110001001000011010100011000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9035BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9035BD; }

 p { color: rgb(144,53,189); }

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

<style>
 a { background-color: #9035BD; }

 a { background-color: rgb(144,53,189); }

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

<style>
 span { border-color: #9035BD; }

 span { border-color: rgb(144,53,189); }

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