#9135CB

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

Shades of Dark Orchid #9135CB

Tints of Dark Orchid #9135CB

Color information

#9135CB (or 0x9135CB) is unknown color: approx Dark Orchid. HEX triplet: 91, 35 and CB. RGB value is (145,53,203). Sum of RGB (Red+Green+Blue) = 145+53+203=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #9135CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9135CB is #6ECA34. Grayscale: #616161. Windows color (decimal): -7260725 or 13317521. OLE color: 13317521.

HSL color Cylindrical-coordinate representation of color #9135CB: hue angle of 276.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9135CB is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14553203-
CMYK0.290.7400.20
HSL276.8º59.06%50.2%-
HSV(B)276.8º73.89%79.61%-
XYZ23.7312.8857.73-
YUV97.61187.48161.8-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.16%
GREEN value IS 53 (21.09% from 255) = 13.22%
BLUE value IS 203 (79.69% from 255) = 50.62%
R=36.16%
G=13.22%
B=50.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal145532030.290.7400.20276.859.0650.2
Hex9135CB1D4A0141153b32
Octal22165313351120244257362
Binary1001000111010111001011111011001010010100100010101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9135CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9135CB; }

 p { color: rgb(145,53,203); }

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

<style>
 a { background-color: #9135CB; }

 a { background-color: rgb(145,53,203); }

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

<style>
 span { border-color: #9135CB; }

 span { border-color: rgb(145,53,203); }

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