#942DBE

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

Shades of Dark Orchid #942DBE

Tints of Dark Orchid #942DBE

Color information

#942DBE (or 0x942DBE) is unknown color: approx Dark Orchid. HEX triplet: 94, 2D and BE. RGB value is (148,45,190). Sum of RGB (Red+Green+Blue) = 148+45+190=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #942DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942DBE is #6BD241. Grayscale: #5B5B5B. Windows color (decimal): -7066178 or 12463508. OLE color: 12463508.

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

Color convert

RGB14845190-
CMYK0.220.7600.25
HSL282.62º61.7%46.08%-
HSV(B)282.62º76.32%74.51%-
XYZ22.4511.8949.83-
YUV92.33183.12167.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.64%
GREEN value IS 45 (17.97% from 255) = 11.75%
BLUE value IS 190 (74.61% from 255) = 49.61%
R=38.64%
G=11.75%
B=49.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148451900.220.7600.25282.6261.746.08
Hex942DBE164C01911b3e2e
Octal22455276261140314337656
Binary1001010010110110111110101101001100011001100011011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,45,190); }

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

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

 a { background-color: rgb(148,45,190); }

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

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

 span { border-color: rgb(148,45,190); }

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