Html Css Color HEX #822DB7 Dark Orchid

📋 copy color: '#822DB7'

red 130 ◦ green 45 ◦ blue 183

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

Shades of Dark Orchid #822DB7

Tints of Dark Orchid #822DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 51.12%

R = 36.31%
G = 12.57%
B = 51.12%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#822DB7 (or 0x822DB7) is known color: Dark Orchid. HEX triplet: 82, 2D and B7. RGB value is (130,45,183). Sum of RGB (Red+Green+Blue) = 130+45+183=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 183 (71.88% from 255 or 51.12% from 358); Max value from RGB is 183 - color contains mainly: blue. Hex color #822DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822DB7 is #7DD248. Grayscale: #555555. Windows color (decimal): -8245833 or 12004738. OLE color: 12004738.

HSL color Cylindrical-coordinate representation of color #822DB7: hue angle of 276.96º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822DB7 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 130 45 183 -
CMYK 0.29 0.75 0 0.28
HSL 276.96º 0.61% 0.45% -
HSV(B) 276.96º 0.75% 0.72% -
XYZ 18.69 10.04 45.75 -
YUV 86.15 182.66 159.28 -
System Red Green Blue C M Y K H S L
Decimal 130 45 183 0.29 0.75 0 0.28 276.96 0.61 0.45
Hex 82 2D B7 1D 4B 0 1C 115 3D 2D
Octal 202 55 267 35 113 0 34 425 75 55
Binary 10000010 101101 10110111 11101 1001011 0 11100 100010101 111101 101101

Color Harmonies of #822DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822DB7

Black with #822DB7

Text Example


Text Example

White with #822DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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