Html Css Color HEX #822BB7 Dark Orchid

📋 copy color: '#822BB7'

red 130 ◦ green 43 ◦ blue 183

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

Shades of Dark Orchid #822BB7

Tints of Dark Orchid #822BB7

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.08%

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

R = 36.52%
G = 12.08%
B = 51.4%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#822BB7 (or 0x822BB7) is known color: Dark Orchid. HEX triplet: 82, 2B and B7. RGB value is (130,43,183). Sum of RGB (Red+Green+Blue) = 130+43+183=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 183 (71.88% from 255 or 51.40% from 356); Max value from RGB is 183 - color contains mainly: blue. Hex color #822BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822BB7 is #7DD448. Grayscale: #545454. Windows color (decimal): -8246345 or 12004226. OLE color: 12004226.

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

Color convert

RGB 130 43 183 -
CMYK 0.29 0.77 0 0.28
HSL 277.29º 0.62% 0.44% -
HSV(B) 277.29º 0.77% 0.72% -
XYZ 18.62 9.89 45.73 -
YUV 84.97 183.32 160.12 -
System Red Green Blue C M Y K H S L
Decimal 130 43 183 0.29 0.77 0 0.28 277.29 0.62 0.44
Hex 82 2B B7 1D 4D 0 1C 115 3E 2C
Octal 202 53 267 35 115 0 34 425 76 54
Binary 10000010 101011 10110111 11101 1001101 0 11100 100010101 111110 101100

Color Harmonies of #822BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822BB7

Black with #822BB7

Text Example


Text Example

White with #822BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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