#941BCC

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

Shades of Dark Orchid #941BCC

Tints of Dark Orchid #941BCC

Color information

#941BCC (or 0x941BCC) is unknown color: approx Dark Orchid. HEX triplet: 94, 1B and CC. RGB value is (148,27,204). Sum of RGB (Red+Green+Blue) = 148+27+204=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #941BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941BCC is #6BE433. Grayscale: #525252. Windows color (decimal): -7070772 or 13376404. OLE color: 13376404.

HSL color Cylindrical-coordinate representation of color #941BCC: hue angle of 281.02º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #941BCC is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14827204-
CMYK0.270.8700.2
HSL281.02º76.62%45.29%-
HSV(B)281.02º86.76%80%-
XYZ23.511.4458.1-
YUV83.36196.09174.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.05%
GREEN value IS 27 (10.94% from 255) = 7.12%
BLUE value IS 204 (80.08% from 255) = 53.83%
R=39.05%
G=7.12%
B=53.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal148272040.270.8700.2281.0276.6245.29
Hex941BCC1B570141194d2d
Octal224333143312702443111555
Binary1001010011011110011001101110101110101001000110011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941BCC; }

 p { color: rgb(148,27,204); }

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

<style>
 a { background-color: #941BCC; }

 a { background-color: rgb(148,27,204); }

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

<style>
 span { border-color: #941BCC; }

 span { border-color: rgb(148,27,204); }

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