#942FBD

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

Shades of Dark Orchid #942FBD

Tints of Dark Orchid #942FBD

Color information

#942FBD (or 0x942FBD) is unknown color: approx Dark Orchid. HEX triplet: 94, 2F and BD. RGB value is (148,47,189). Sum of RGB (Red+Green+Blue) = 148+47+189=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 47 (18.75% from 255 or 12.24% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #942FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942FBD is #6BD042. Grayscale: #5C5C5C. Windows color (decimal): -7065667 or 12398484. OLE color: 12398484.

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

Color convert

RGB14847189-
CMYK0.220.7500.26
HSL282.68º60.17%46.27%-
HSV(B)282.68º75.13%74.12%-
XYZ22.411249.28-
YUV93.39181.96166.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.54%
GREEN value IS 47 (18.75% from 255) = 12.24%
BLUE value IS 189 (74.22% from 255) = 49.22%
R=38.54%
G=12.24%
B=49.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148471890.220.7500.26282.6860.1746.27
Hex942FBD164B01A11b3c2e
Octal22457275261130324337456
Binary1001010010111110111101101101001011011010100011011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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