Html Css Color HEX #8022BC Dark Orchid

📋 copy color: '#8022BC'

red 128 ◦ green 34 ◦ blue 188

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

Shades of Dark Orchid #8022BC

Tints of Dark Orchid #8022BC

RGB

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

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

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

R = 36.57%
G = 9.71%
B = 53.71%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8022BC (or 0x8022BC) is known color: Dark Orchid. HEX triplet: 80, 22 and BC. RGB value is (128,34,188). Sum of RGB (Red+Green+Blue) = 128+34+188=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #8022BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8022BC is #7FDD43. Grayscale: #4F4F4F. Windows color (decimal): -8379716 or 12329600. OLE color: 12329600.

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

Color convert

RGB 128 34 188 -
CMYK 0.32 0.82 0 0.26
HSL 276.62º 0.69% 0.44% -
HSV(B) 276.62º 0.82% 0.74% -
XYZ 18.55 9.36 48.41 -
YUV 79.66 189.14 162.48 -
System Red Green Blue C M Y K H S L
Decimal 128 34 188 0.32 0.82 0 0.26 276.62 0.69 0.44
Hex 80 22 BC 20 52 0 1A 115 45 2C
Octal 200 42 274 40 122 0 32 425 105 54
Binary 10000000 100010 10111100 100000 1010010 0 11010 100010101 1000101 101100

Color Harmonies of #8022BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8022BC

Black with #8022BC

Text Example


Text Example

White with #8022BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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