#8633CC

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

Shades of Dark Orchid #8633CC

Tints of Dark Orchid #8633CC

Color information

#8633CC (or 0x8633CC) is unknown color: approx Dark Orchid. HEX triplet: 86, 33 and CC. RGB value is (134,51,204). Sum of RGB (Red+Green+Blue) = 134+51+204=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #8633CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8633CC is #79CC33. Grayscale: #5C5C5C. Windows color (decimal): -7982132 or 13382534. OLE color: 13382534.

HSL color Cylindrical-coordinate representation of color #8633CC: hue angle of 272.55º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8633CC is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13451204-
CMYK0.340.7500.2
HSL272.55º60%50%-
HSV(B)272.55º75%80%-
XYZ21.9111.858.25-
YUV93.26190.5157.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.45%
GREEN value IS 51 (20.31% from 255) = 13.11%
BLUE value IS 204 (80.08% from 255) = 52.44%
R=34.45%
G=13.11%
B=52.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal134512040.340.7500.2272.556050
Hex8633CC224B0141113c32
Octal20663314421130244217462
Binary10000110110011110011001000101001011010100100010001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8633CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,51,204); }

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

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

 a { background-color: rgb(134,51,204); }

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

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

 span { border-color: rgb(134,51,204); }

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