#822ABE

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

Shades of Dark Orchid #822ABE

Tints of Dark Orchid #822ABE

Color information

#822ABE (or 0x822ABE) is unknown color: approx Dark Orchid. HEX triplet: 82, 2A and BE. RGB value is (130,42,190). Sum of RGB (Red+Green+Blue) = 130+42+190=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #822ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822ABE is #7DD541. Grayscale: #545454. Windows color (decimal): -8246594 or 12462722. OLE color: 12462722.

HSL color Cylindrical-coordinate representation of color #822ABE: hue angle of 275.68º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #822ABE is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13042190-
CMYK0.320.7800.25
HSL275.68º63.79%45.49%-
HSV(B)275.68º77.89%74.51%-
XYZ19.3310.1249.65-
YUV85.18187.15159.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.91%
GREEN value IS 42 (16.80% from 255) = 11.60%
BLUE value IS 190 (74.61% from 255) = 52.49%
R=35.91%
G=11.60%
B=52.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130421900.320.7800.25275.6863.7945.49
Hex822ABE204E019114402d
Octal202522764011603142410055
Binary100000101010101011111010000010011100110011000101001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822ABE; }

 p { color: rgb(130,42,190); }

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

<style>
 a { background-color: #822ABE; }

 a { background-color: rgb(130,42,190); }

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

<style>
 span { border-color: #822ABE; }

 span { border-color: rgb(130,42,190); }

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