Html Css Color HEX #8222BC Dark Orchid

📋 copy color: '#8222BC'

red 130 ◦ green 34 ◦ blue 188

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

Shades of Dark Orchid #8222BC

Tints of Dark Orchid #8222BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.41%

R = 36.93%
G = 9.66%
B = 53.41%

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

#8222BC (or 0x8222BC) is known color: Dark Orchid. HEX triplet: 82, 22 and BC. RGB value is (130,34,188). Sum of RGB (Red+Green+Blue) = 130+34+188=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #8222BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8222BC is #7DDD43. Grayscale: #4F4F4F. Windows color (decimal): -8248644 or 12329602. OLE color: 12329602.

HSL color Cylindrical-coordinate representation of color #8222BC: hue angle of 277.4º degrees, saturation: 0.69, 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 #8222BC is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 34 188 -
CMYK 0.31 0.82 0 0.26
HSL 277.4º 0.69% 0.44% -
HSV(B) 277.4º 0.82% 0.74% -
XYZ 18.86 9.52 48.42 -
YUV 80.26 188.8 163.48 -
System Red Green Blue C M Y K H S L
Decimal 130 34 188 0.31 0.82 0 0.26 277.4 0.69 0.44
Hex 82 22 BC 1F 52 0 1A 115 45 2C
Octal 202 42 274 37 122 0 32 425 105 54
Binary 10000010 100010 10111100 11111 1010010 0 11010 100010101 1000101 101100

Color Harmonies of #8222BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8222BC

Black with #8222BC

Text Example


Text Example

White with #8222BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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