Html Css Color HEX #8027BD Dark Orchid

📋 copy color: '#8027BD'

red 128 ◦ green 39 ◦ blue 189

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

Shades of Dark Orchid #8027BD

Tints of Dark Orchid #8027BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.09%

R = 35.96%
G = 10.96%
B = 53.09%

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

#8027BD (or 0x8027BD) is known color: Dark Orchid. HEX triplet: 80, 27 and BD. RGB value is (128,39,189). Sum of RGB (Red+Green+Blue) = 128+39+189=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #8027BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8027BD is #7FD842. Grayscale: #525252. Windows color (decimal): -8378435 or 12396416. OLE color: 12396416.

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

Color convert

RGB 128 39 189 -
CMYK 0.32 0.79 0 0.26
HSL 275.6º 0.66% 0.45% -
HSV(B) 275.6º 0.79% 0.74% -
XYZ 18.81 9.71 49.03 -
YUV 82.71 187.99 160.3 -
System Red Green Blue C M Y K H S L
Decimal 128 39 189 0.32 0.79 0 0.26 275.6 0.66 0.45
Hex 80 27 BD 20 4F 0 1A 114 42 2D
Octal 200 47 275 40 117 0 32 424 102 55
Binary 10000000 100111 10111101 100000 1001111 0 11010 100010100 1000010 101101

Color Harmonies of #8027BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8027BD

Black with #8027BD

Text Example


Text Example

White with #8027BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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