Html Css Color HEX #821BB8 Dark Orchid

📋 copy color: '#821BB8'

red 130 ◦ green 27 ◦ blue 184

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

Shades of Dark Orchid #821BB8

Tints of Dark Orchid #821BB8

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.92%

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

R = 38.12%
G = 7.92%
B = 53.96%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#821BB8 (or 0x821BB8) is known color: Dark Orchid. HEX triplet: 82, 1B and B8. RGB value is (130,27,184). Sum of RGB (Red+Green+Blue) = 130+27+184=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 184 (72.27% from 255 or 53.96% from 341); Max value from RGB is 184 - color contains mainly: blue. Hex color #821BB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #821BB8 is #7DE447. Grayscale: #4B4B4B. Windows color (decimal): -8250440 or 12065666. OLE color: 12065666.

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

Color convert

RGB 130 27 184 -
CMYK 0.29 0.85 0 0.28
HSL 279.36º 0.74% 0.41% -
HSV(B) 279.36º 0.85% 0.72% -
XYZ 18.25 8.99 46.12 -
YUV 75.7 189.12 166.73 -
System Red Green Blue C M Y K H S L
Decimal 130 27 184 0.29 0.85 0 0.28 279.36 0.74 0.41
Hex 82 1B B8 1D 55 0 1C 117 4A 29
Octal 202 33 270 35 125 0 34 427 112 51
Binary 10000010 11011 10111000 11101 1010101 0 11100 100010111 1001010 101001

Color Harmonies of #821BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821BB8

Black with #821BB8

Text Example


Text Example

White with #821BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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