#9643CA

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

Shades of Dark Orchid #9643CA

Tints of Dark Orchid #9643CA

Color information

#9643CA (or 0x9643CA) is unknown color: approx Dark Orchid. HEX triplet: 96, 43 and CA. RGB value is (150,67,202). Sum of RGB (Red+Green+Blue) = 150+67+202=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #9643CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9643CA is #69BC35. Grayscale: #6A6A6A. Windows color (decimal): -6929462 or 13255574. OLE color: 13255574.

HSL color Cylindrical-coordinate representation of color #9643CA: hue angle of 276.89º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9643CA is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15067202-
CMYK0.260.6700.21
HSL276.89º56.02%52.75%-
HSV(B)276.89º66.83%79.22%-
XYZ25.2514.7657.4-
YUV107.21181.5158.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.80%
GREEN value IS 67 (26.56% from 255) = 15.99%
BLUE value IS 202 (79.30% from 255) = 48.21%
R=35.80%
G=15.99%
B=48.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150672020.260.6700.21276.8956.0252.75
Hex9643CA1A430151153835
Octal226103312321030254257065
Binary10010110100001111001010110101000011010101100010101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9643CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9643CA; }

 p { color: rgb(150,67,202); }

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

<style>
 a { background-color: #9643CA; }

 a { background-color: rgb(150,67,202); }

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

<style>
 span { border-color: #9643CA; }

 span { border-color: rgb(150,67,202); }

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