Html Css Color HEX #8222BD Dark Orchid

📋 copy color: '#8222BD'

red 130 ◦ green 34 ◦ blue 189

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

Shades of Dark Orchid #8222BD

Tints of Dark Orchid #8222BD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.63%

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

R = 36.83%
G = 9.63%
B = 53.54%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8222BD (or 0x8222BD) is known color: Dark Orchid. HEX triplet: 82, 22 and BD. RGB value is (130,34,189). Sum of RGB (Red+Green+Blue) = 130+34+189=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #8222BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8222BD is #7DDD42. Grayscale: #4F4F4F. Windows color (decimal): -8248643 or 12395138. OLE color: 12395138.

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

Color convert

RGB 130 34 189 -
CMYK 0.31 0.82 0 0.26
HSL 277.16º 0.7% 0.44% -
HSV(B) 277.16º 0.82% 0.74% -
XYZ 18.96 9.56 48.99 -
YUV 80.37 189.3 163.4 -
System Red Green Blue C M Y K H S L
Decimal 130 34 189 0.31 0.82 0 0.26 277.16 0.7 0.44
Hex 82 22 BD 1F 52 0 1A 115 46 2C
Octal 202 42 275 37 122 0 32 425 106 54
Binary 10000010 100010 10111101 11111 1010010 0 11010 100010101 1000110 101100

Color Harmonies of #8222BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8222BD

Black with #8222BD

Text Example


Text Example

White with #8222BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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