Html Css Color HEX #8028BA Dark Orchid

📋 copy color: '#8028BA'

red 128 ◦ green 40 ◦ blue 186

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

Shades of Dark Orchid #8028BA

Tints of Dark Orchid #8028BA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.3%

 BLUE value IS 186 (73.05% from 255) = 52.54%

R = 36.16%
G = 11.3%
B = 52.54%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8028BA (or 0x8028BA) is known color: Dark Orchid. HEX triplet: 80, 28 and BA. RGB value is (128,40,186). Sum of RGB (Red+Green+Blue) = 128+40+186=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #8028BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8028BA is #7FD745. Grayscale: #525252. Windows color (decimal): -8378182 or 12200064. OLE color: 12200064.

HSL color Cylindrical-coordinate representation of color #8028BA: hue angle of 276.16º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8028BA is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 40 186 -
CMYK 0.31 0.78 0 0.27
HSL 276.16º 0.65% 0.44% -
HSV(B) 276.16º 0.78% 0.73% -
XYZ 18.52 9.65 47.34 -
YUV 82.96 186.15 160.13 -
System Red Green Blue C M Y K H S L
Decimal 128 40 186 0.31 0.78 0 0.27 276.16 0.65 0.44
Hex 80 28 BA 1F 4E 0 1B 114 41 2C
Octal 200 50 272 37 116 0 33 424 101 54
Binary 10000000 101000 10111010 11111 1001110 0 11011 100010100 1000001 101100

Color Harmonies of #8028BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8028BA

Black with #8028BA

Text Example


Text Example

White with #8028BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8028BA; }

 p { color: rgb(128,40,186); }

 H1.HeaderClassName
 {
   color: #8028BA;
 }
 .AnyTagClassName
 {
   color: #8028BA;
 }
</style>

background-color css

<style>
 a { background-color: #8028BA; }

 a { background-color: rgb(128,40,186); }

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

border-color css

<style>
 span { border-color: #8028BA; }

 span { border-color: rgb(128,40,186); }

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