Html Css Color HEX #8027BC Dark Orchid

📋 copy color: '#8027BC'

red 128 ◦ green 39 ◦ blue 188

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

Shades of Dark Orchid #8027BC

Tints of Dark Orchid #8027BC

RGB

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

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

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

R = 36.06%
G = 10.99%
B = 52.96%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8027BC (or 0x8027BC) is known color: Dark Orchid. HEX triplet: 80, 27 and BC. RGB value is (128,39,188). Sum of RGB (Red+Green+Blue) = 128+39+188=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #8027BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8027BC is #7FD843. Grayscale: #525252. Windows color (decimal): -8378436 or 12330880. OLE color: 12330880.

HSL color Cylindrical-coordinate representation of color #8027BC: hue angle of 275.84º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8027BC is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 39 188 -
CMYK 0.32 0.79 0 0.26
HSL 275.84º 0.66% 0.45% -
HSV(B) 275.84º 0.79% 0.74% -
XYZ 18.7 9.67 48.46 -
YUV 82.6 187.49 160.38 -
System Red Green Blue C M Y K H S L
Decimal 128 39 188 0.32 0.79 0 0.26 275.84 0.66 0.45
Hex 80 27 BC 20 4F 0 1A 114 42 2D
Octal 200 47 274 40 117 0 32 424 102 55
Binary 10000000 100111 10111100 100000 1001111 0 11010 100010100 1000010 101101

Color Harmonies of #8027BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8027BC

Black with #8027BC

Text Example


Text Example

White with #8027BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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