#9134BC

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

Shades of Dark Orchid #9134BC

Tints of Dark Orchid #9134BC

Color information

#9134BC (or 0x9134BC) is unknown color: approx Dark Orchid. HEX triplet: 91, 34 and BC. RGB value is (145,52,188). Sum of RGB (Red+Green+Blue) = 145+52+188=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #9134BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9134BC is #6ECB43. Grayscale: #5E5E5E. Windows color (decimal): -7260996 or 12334225. OLE color: 12334225.

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

Color convert

RGB14552188-
CMYK0.230.7200.26
HSL281.03º56.67%47.06%-
HSV(B)281.03º72.34%73.73%-
XYZ21.9812.1148.76-
YUV95.31180.31163.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.66%
GREEN value IS 52 (20.70% from 255) = 13.51%
BLUE value IS 188 (73.83% from 255) = 48.83%
R=37.66%
G=13.51%
B=48.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal145521880.230.7200.26281.0356.6747.06
Hex9134BC174801A119392f
Octal22164274271100324317157
Binary1001000111010010111100101111001000011010100011001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9134BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,52,188); }

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

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

 a { background-color: rgb(145,52,188); }

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

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

 span { border-color: rgb(145,52,188); }

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