Html Css Color HEX #822BB8 Dark Orchid

📋 copy color: '#822BB8'

red 130 ◦ green 43 ◦ blue 184

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

Shades of Dark Orchid #822BB8

Tints of Dark Orchid #822BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 51.54%

R = 36.41%
G = 12.04%
B = 51.54%

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

#822BB8 (or 0x822BB8) is known color: Dark Orchid. HEX triplet: 82, 2B and B8. RGB value is (130,43,184). Sum of RGB (Red+Green+Blue) = 130+43+184=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 184 (72.27% from 255 or 51.54% from 357); Max value from RGB is 184 - color contains mainly: blue. Hex color #822BB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822BB8 is #7DD447. Grayscale: #545454. Windows color (decimal): -8246344 or 12069762. OLE color: 12069762.

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

Color convert

RGB 130 43 184 -
CMYK 0.29 0.77 0 0.28
HSL 277.02º 0.62% 0.45% -
HSV(B) 277.02º 0.77% 0.72% -
XYZ 18.72 9.93 46.28 -
YUV 85.09 183.82 160.04 -
System Red Green Blue C M Y K H S L
Decimal 130 43 184 0.29 0.77 0 0.28 277.02 0.62 0.45
Hex 82 2B B8 1D 4D 0 1C 115 3E 2D
Octal 202 53 270 35 115 0 34 425 76 55
Binary 10000010 101011 10111000 11101 1001101 0 11100 100010101 111110 101101

Color Harmonies of #822BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822BB8

Black with #822BB8

Text Example


Text Example

White with #822BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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