Html Css Color HEX #822DBA Dark Orchid

📋 copy color: '#822DBA'

red 130 ◦ green 45 ◦ blue 186

#822DBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #822DBA

Tints of Dark Orchid #822DBA

RGB

 RED value IS 130 (51.17% from 255) = 36.01%

 GREEN value IS 45 (17.97% from 255) = 12.47%

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 36.01%
G = 12.47%
B = 51.52%

CMYK

 C value IS 0.30

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#822DBA (or 0x822DBA) is known color: Dark Orchid. HEX triplet: 82, 2D and BA. RGB value is (130,45,186). Sum of RGB (Red+Green+Blue) = 130+45+186=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #822DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822DBA is #7DD245. Grayscale: #565656. Windows color (decimal): -8245830 or 12201346. OLE color: 12201346.

HSL color Cylindrical-coordinate representation of color #822DBA: hue angle of 276.17º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #822DBA is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 45 186 -
CMYK 0.30 0.76 0 0.27
HSL 276.17º 0.61% 0.45% -
HSV(B) 276.17º 0.76% 0.73% -
XYZ 19.01 10.17 47.42 -
YUV 86.49 184.16 159.04 -
System Red Green Blue C M Y K H S L
Decimal 130 45 186 0.30 0.76 0 0.27 276.17 0.61 0.45
Hex 82 2D BA 1E 4C 0 1B 114 3D 2D
Octal 202 55 272 36 114 0 33 424 75 55
Binary 10000010 101101 10111010 11110 1001100 0 11011 100010100 111101 101101

Color Harmonies of #822DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822DBA

Black with #822DBA

Text Example


Text Example

White with #822DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,45,186); }

 H1.HeaderClassName
 {
   color: #822DBA;
 }
 .AnyTagClassName
 {
   color: #822DBA;
 }
</style>

background-color css

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

 a { background-color: rgb(130,45,186); }

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

border-color css

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

 span { border-color: rgb(130,45,186); }

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