Html Css Color HEX #8023BA Dark Orchid

📋 copy color: '#8023BA'

red 128 ◦ green 35 ◦ blue 186

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

Shades of Dark Orchid #8023BA

Tints of Dark Orchid #8023BA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.03%

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

R = 36.68%
G = 10.03%
B = 53.3%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8023BA (or 0x8023BA) is known color: Dark Orchid. HEX triplet: 80, 23 and BA. RGB value is (128,35,186). Sum of RGB (Red+Green+Blue) = 128+35+186=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #8023BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8023BA is #7FDC45. Grayscale: #4F4F4F. Windows color (decimal): -8379462 or 12198784. OLE color: 12198784.

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

Color convert

RGB 128 35 186 -
CMYK 0.31 0.81 0 0.27
HSL 276.95º 0.68% 0.43% -
HSV(B) 276.95º 0.81% 0.73% -
XYZ 18.37 9.34 47.29 -
YUV 80.02 187.81 162.22 -
System Red Green Blue C M Y K H S L
Decimal 128 35 186 0.31 0.81 0 0.27 276.95 0.68 0.43
Hex 80 23 BA 1F 51 0 1B 115 44 2B
Octal 200 43 272 37 121 0 33 425 104 53
Binary 10000000 100011 10111010 11111 1010001 0 11011 100010101 1000100 101011

Color Harmonies of #8023BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8023BA

Black with #8023BA

Text Example


Text Example

White with #8023BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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