#942ABD

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

Shades of Dark Orchid #942ABD

Tints of Dark Orchid #942ABD

Color information

#942ABD (or 0x942ABD) is unknown color: approx Dark Orchid. HEX triplet: 94, 2A and BD. RGB value is (148,42,189). Sum of RGB (Red+Green+Blue) = 148+42+189=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #942ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942ABD is #6BD542. Grayscale: #595959. Windows color (decimal): -7066947 or 12397204. OLE color: 12397204.

HSL color Cylindrical-coordinate representation of color #942ABD: hue angle of 283.27º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942ABD is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14842189-
CMYK0.220.7800.26
HSL283.27º63.64%45.29%-
HSV(B)283.27º77.78%74.12%-
XYZ22.2311.6349.22-
YUV90.45183.62169.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.05%
GREEN value IS 42 (16.80% from 255) = 11.08%
BLUE value IS 189 (74.22% from 255) = 49.87%
R=39.05%
G=11.08%
B=49.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148421890.220.7800.26283.2763.6445.29
Hex942ABD164E01A11b402d
Octal224522752611603243310055
Binary10010100101010101111011011010011100110101000110111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942ABD; }

 p { color: rgb(148,42,189); }

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

<style>
 a { background-color: #942ABD; }

 a { background-color: rgb(148,42,189); }

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

<style>
 span { border-color: #942ABD; }

 span { border-color: rgb(148,42,189); }

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