Html Css Color HEX #8221B3 Dark Orchid

📋 copy color: '#8221B3'

red 130 ◦ green 33 ◦ blue 179

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

Shades of Dark Orchid #8221B3

Tints of Dark Orchid #8221B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.34%

R = 38.01%
G = 9.65%
B = 52.34%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8221B3 (or 0x8221B3) is known color: Dark Orchid. HEX triplet: 82, 21 and B3. RGB value is (130,33,179). Sum of RGB (Red+Green+Blue) = 130+33+179=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 179 (70.31% from 255 or 52.34% from 342); Max value from RGB is 179 - color contains mainly: blue. Hex color #8221B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8221B3 is #7DDE4C. Grayscale: #4E4E4E. Windows color (decimal): -8248909 or 11739522. OLE color: 11739522.

HSL color Cylindrical-coordinate representation of color #8221B3: hue angle of 279.86º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8221B3 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 130 33 179 -
CMYK 0.27 0.82 0 0.30
HSL 279.86º 0.69% 0.42% -
HSV(B) 279.86º 0.82% 0.7% -
XYZ 17.89 9.09 43.46 -
YUV 78.65 184.64 164.63 -
System Red Green Blue C M Y K H S L
Decimal 130 33 179 0.27 0.82 0 0.30 279.86 0.69 0.42
Hex 82 21 B3 1B 52 0 1E 118 45 2A
Octal 202 41 263 33 122 0 36 430 105 52
Binary 10000010 100001 10110011 11011 1010010 0 11110 100011000 1000101 101010

Color Harmonies of #8221B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8221B3

Black with #8221B3

Text Example


Text Example

White with #8221B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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