#9443CC

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

Shades of Dark Orchid #9443CC

Tints of Dark Orchid #9443CC

Color information

#9443CC (or 0x9443CC) is unknown color: approx Dark Orchid. HEX triplet: 94, 43 and CC. RGB value is (148,67,204). Sum of RGB (Red+Green+Blue) = 148+67+204=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #9443CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9443CC is #6BBC33. Grayscale: #6A6A6A. Windows color (decimal): -7060532 or 13386644. OLE color: 13386644.

HSL color Cylindrical-coordinate representation of color #9443CC: hue angle of 275.47º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9443CC is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14867204-
CMYK0.270.6700.2
HSL275.47º57.32%53.14%-
HSV(B)275.47º67.16%80%-
XYZ25.1214.6758.63-
YUV106.84182.84157.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 67 (26.56% from 255) = 15.99%
BLUE value IS 204 (80.08% from 255) = 48.69%
R=35.32%
G=15.99%
B=48.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal148672040.270.6700.2275.4757.3253.14
Hex9443CC1B430141133935
Octal224103314331030244237165
Binary10010100100001111001100110111000011010100100010011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9443CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9443CC; }

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

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

<style>
 a { background-color: #9443CC; }

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

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

<style>
 span { border-color: #9443CC; }

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

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