#8244CB

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

Shades of Dark Orchid #8244CB

Tints of Dark Orchid #8244CB

Color information

#8244CB (or 0x8244CB) is unknown color: approx Dark Orchid. HEX triplet: 82, 44 and CB. RGB value is (130,68,203). Sum of RGB (Red+Green+Blue) = 130+68+203=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #8244CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8244CB is #7DBB34. Grayscale: #656565. Windows color (decimal): -8239925 or 13321346. OLE color: 13321346.

HSL color Cylindrical-coordinate representation of color #8244CB: hue angle of 267.56º degrees, saturation: 0.56, 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 #8244CB is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13068203-
CMYK0.360.6700.20
HSL267.56º56.49%53.14%-
HSV(B)267.56º66.5%79.61%-
XYZ22.0513.1957.88-
YUV101.93185.04148.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.42%
GREEN value IS 68 (26.95% from 255) = 16.96%
BLUE value IS 203 (79.69% from 255) = 50.62%
R=32.42%
G=16.96%
B=50.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal130682030.360.6700.20267.5656.4953.14
Hex8244CB244301410c3835
Octal202104313441030244147065
Binary100000101000100110010111001001000011010100100001100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8244CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8244CB; }

 p { color: rgb(130,68,203); }

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

<style>
 a { background-color: #8244CB; }

 a { background-color: rgb(130,68,203); }

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

<style>
 span { border-color: #8244CB; }

 span { border-color: rgb(130,68,203); }

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