Html Css Color HEX #8027B3 Dark Orchid

📋 copy color: '#8027B3'

red 128 ◦ green 39 ◦ blue 179

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

Shades of Dark Orchid #8027B3

Tints of Dark Orchid #8027B3

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.27%

 BLUE value IS 179 (70.31% from 255) = 51.73%

R = 36.99%
G = 11.27%
B = 51.73%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8027B3 (or 0x8027B3) is known color: Dark Orchid. HEX triplet: 80, 27 and B3. RGB value is (128,39,179). Sum of RGB (Red+Green+Blue) = 128+39+179=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 179 (70.31% from 255 or 51.73% from 346); Max value from RGB is 179 - color contains mainly: blue. Hex color #8027B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8027B3 is #7FD84C. Grayscale: #515151. Windows color (decimal): -8378445 or 11741056. OLE color: 11741056.

HSL color Cylindrical-coordinate representation of color #8027B3: hue angle of 278.14º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8027B3 is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 39 179 -
CMYK 0.28 0.78 0 0.30
HSL 278.14º 0.64% 0.43% -
HSV(B) 278.14º 0.78% 0.7% -
XYZ 17.76 9.29 43.51 -
YUV 81.57 182.99 161.12 -
System Red Green Blue C M Y K H S L
Decimal 128 39 179 0.28 0.78 0 0.30 278.14 0.64 0.43
Hex 80 27 B3 1C 4E 0 1E 116 40 2B
Octal 200 47 263 34 116 0 36 426 100 53
Binary 10000000 100111 10110011 11100 1001110 0 11110 100010110 1000000 101011

Color Harmonies of #8027B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8027B3

Black with #8027B3

Text Example


Text Example

White with #8027B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8027B3; }

 p { color: rgb(128,39,179); }

 H1.HeaderClassName
 {
   color: #8027B3;
 }
 .AnyTagClassName
 {
   color: #8027B3;
 }
</style>

background-color css

<style>
 a { background-color: #8027B3; }

 a { background-color: rgb(128,39,179); }

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

border-color css

<style>
 span { border-color: #8027B3; }

 span { border-color: rgb(128,39,179); }

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