#8838CB

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

Shades of Dark Orchid #8838CB

Tints of Dark Orchid #8838CB

Color information

#8838CB (or 0x8838CB) is unknown color: approx Dark Orchid. HEX triplet: 88, 38 and CB. RGB value is (136,56,203). Sum of RGB (Red+Green+Blue) = 136+56+203=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #8838CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8838CB is #77C734. Grayscale: #606060. Windows color (decimal): -7849781 or 13318280. OLE color: 13318280.

HSL color Cylindrical-coordinate representation of color #8838CB: hue angle of 272.65º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8838CB is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13656203-
CMYK0.330.7200.20
HSL272.65º58.57%50.78%-
HSV(B)272.65º72.41%79.61%-
XYZ22.3512.3757.71-
YUV96.68188156.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.43%
GREEN value IS 56 (22.27% from 255) = 14.18%
BLUE value IS 203 (79.69% from 255) = 51.39%
R=34.43%
G=14.18%
B=51.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal136562030.330.7200.20272.6558.5750.78
Hex8838CB21480141113b33
Octal21070313411100244217363
Binary10001000111000110010111000011001000010100100010001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8838CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,56,203); }

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

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

 a { background-color: rgb(136,56,203); }

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

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

 span { border-color: rgb(136,56,203); }

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