#9426BD

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

Shades of Dark Orchid #9426BD

Tints of Dark Orchid #9426BD

Color information

#9426BD (or 0x9426BD) is unknown color: approx Dark Orchid. HEX triplet: 94, 26 and BD. RGB value is (148,38,189). Sum of RGB (Red+Green+Blue) = 148+38+189=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #9426BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9426BD is #6BD942. Grayscale: #575757. Windows color (decimal): -7067971 or 12396180. OLE color: 12396180.

HSL color Cylindrical-coordinate representation of color #9426BD: hue angle of 283.71º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9426BD is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14838189-
CMYK0.220.8000.26
HSL283.71º66.52%44.51%-
HSV(B)283.71º79.89%74.12%-
XYZ22.0911.3649.17-
YUV88.1184.94170.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.47%
GREEN value IS 38 (15.23% from 255) = 10.13%
BLUE value IS 189 (74.22% from 255) = 50.4%
R=39.47%
G=10.13%
B=50.4%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148381890.220.8000.26283.7166.5244.51
Hex9426BD165001A11c432d
Octal224462752612003243410355
Binary10010100100110101111011011010100000110101000111001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9426BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9426BD; }

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

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

<style>
 a { background-color: #9426BD; }

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

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

<style>
 span { border-color: #9426BD; }

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

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