Html Css Color HEX #8221BD Dark Orchid

📋 copy color: '#8221BD'

red 130 ◦ green 33 ◦ blue 189

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

Shades of Dark Orchid #8221BD

Tints of Dark Orchid #8221BD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.38%

 BLUE value IS 189 (74.22% from 255) = 53.69%

R = 36.93%
G = 9.38%
B = 53.69%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8221BD (or 0x8221BD) is known color: Dark Orchid. HEX triplet: 82, 21 and BD. RGB value is (130,33,189). Sum of RGB (Red+Green+Blue) = 130+33+189=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #8221BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8221BD is #7DDE42. Grayscale: #4F4F4F. Windows color (decimal): -8248899 or 12394882. OLE color: 12394882.

HSL color Cylindrical-coordinate representation of color #8221BD: hue angle of 277.31º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8221BD is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 33 189 -
CMYK 0.31 0.83 0 0.26
HSL 277.31º 0.7% 0.44% -
HSV(B) 277.31º 0.83% 0.74% -
XYZ 18.94 9.51 48.98 -
YUV 79.79 189.64 163.82 -
System Red Green Blue C M Y K H S L
Decimal 130 33 189 0.31 0.83 0 0.26 277.31 0.7 0.44
Hex 82 21 BD 1F 53 0 1A 115 46 2C
Octal 202 41 275 37 123 0 32 425 106 54
Binary 10000010 100001 10111101 11111 1010011 0 11010 100010101 1000110 101100

Color Harmonies of #8221BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8221BD

Black with #8221BD

Text Example


Text Example

White with #8221BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8221BD; }

 p { color: rgb(130,33,189); }

 H1.HeaderClassName
 {
   color: #8221BD;
 }
 .AnyTagClassName
 {
   color: #8221BD;
 }
</style>

background-color css

<style>
 a { background-color: #8221BD; }

 a { background-color: rgb(130,33,189); }

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

border-color css

<style>
 span { border-color: #8221BD; }

 span { border-color: rgb(130,33,189); }

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