Html Css Color HEX #822DBE Dark Orchid

📋 copy color: '#822DBE'

red 130 ◦ green 45 ◦ blue 190

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

Shades of Dark Orchid #822DBE

Tints of Dark Orchid #822DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.05%

R = 35.62%
G = 12.33%
B = 52.05%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#822DBE (or 0x822DBE) is known color: Dark Orchid. HEX triplet: 82, 2D and BE. RGB value is (130,45,190). Sum of RGB (Red+Green+Blue) = 130+45+190=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #822DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822DBE is #7DD241. Grayscale: #565656. Windows color (decimal): -8245826 or 12463490. OLE color: 12463490.

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

Color convert

RGB 130 45 190 -
CMYK 0.32 0.76 0 0.25
HSL 275.17º 0.62% 0.46% -
HSV(B) 275.17º 0.76% 0.75% -
XYZ 19.44 10.34 49.69 -
YUV 86.95 186.16 158.71 -
System Red Green Blue C M Y K H S L
Decimal 130 45 190 0.32 0.76 0 0.25 275.17 0.62 0.46
Hex 82 2D BE 20 4C 0 19 113 3E 2E
Octal 202 55 276 40 114 0 31 423 76 56
Binary 10000010 101101 10111110 100000 1001100 0 11001 100010011 111110 101110

Color Harmonies of #822DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822DBE

Black with #822DBE

Text Example


Text Example

White with #822DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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