Html Css Color HEX #8022BB Dark Orchid

📋 copy color: '#8022BB'

red 128 ◦ green 34 ◦ blue 187

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

Shades of Dark Orchid #8022BB

Tints of Dark Orchid #8022BB

RGB

 RED value IS 128 (50.39% from 255) = 36.68%

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

 BLUE value IS 187 (73.44% from 255) = 53.58%

R = 36.68%
G = 9.74%
B = 53.58%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8022BB (or 0x8022BB) is known color: Dark Orchid. HEX triplet: 80, 22 and BB. RGB value is (128,34,187). Sum of RGB (Red+Green+Blue) = 128+34+187=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #8022BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8022BB is #7FDD44. Grayscale: #4F4F4F. Windows color (decimal): -8379717 or 12264064. OLE color: 12264064.

HSL color Cylindrical-coordinate representation of color #8022BB: hue angle of 276.86º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8022BB is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 34 187 -
CMYK 0.32 0.82 0 0.27
HSL 276.86º 0.69% 0.43% -
HSV(B) 276.86º 0.82% 0.73% -
XYZ 18.44 9.32 47.84 -
YUV 79.55 188.64 162.56 -
System Red Green Blue C M Y K H S L
Decimal 128 34 187 0.32 0.82 0 0.27 276.86 0.69 0.43
Hex 80 22 BB 20 52 0 1B 115 45 2B
Octal 200 42 273 40 122 0 33 425 105 53
Binary 10000000 100010 10111011 100000 1010010 0 11011 100010101 1000101 101011

Color Harmonies of #8022BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8022BB

Black with #8022BB

Text Example


Text Example

White with #8022BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8022BB; }

 p { color: rgb(128,34,187); }

 H1.HeaderClassName
 {
   color: #8022BB;
 }
 .AnyTagClassName
 {
   color: #8022BB;
 }
</style>

background-color css

<style>
 a { background-color: #8022BB; }

 a { background-color: rgb(128,34,187); }

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

border-color css

<style>
 span { border-color: #8022BB; }

 span { border-color: rgb(128,34,187); }

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