Html Css Color HEX #8128BC Dark Orchid

📋 copy color: '#8128BC'

red 129 ◦ green 40 ◦ blue 188

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

Shades of Dark Orchid #8128BC

Tints of Dark Orchid #8128BC

RGB

 RED value IS 129 (50.78% from 255) = 36.13%

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

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

R = 36.13%
G = 11.2%
B = 52.66%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8128BC (or 0x8128BC) is known color: Dark Orchid. HEX triplet: 81, 28 and BC. RGB value is (129,40,188). Sum of RGB (Red+Green+Blue) = 129+40+188=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #8128BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8128BC is #7ED743. Grayscale: #525252. Windows color (decimal): -8312644 or 12331137. OLE color: 12331137.

HSL color Cylindrical-coordinate representation of color #8128BC: hue angle of 276.08º degrees, saturation: 0.65, 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 #8128BC is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 40 188 -
CMYK 0.31 0.79 0 0.26
HSL 276.08º 0.65% 0.45% -
HSV(B) 276.08º 0.79% 0.74% -
XYZ 18.89 9.82 48.48 -
YUV 83.48 186.99 160.47 -
System Red Green Blue C M Y K H S L
Decimal 129 40 188 0.31 0.79 0 0.26 276.08 0.65 0.45
Hex 81 28 BC 1F 4F 0 1A 114 41 2D
Octal 201 50 274 37 117 0 32 424 101 55
Binary 10000001 101000 10111100 11111 1001111 0 11010 100010100 1000001 101101

Color Harmonies of #8128BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8128BC

Black with #8128BC

Text Example


Text Example

White with #8128BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,40,188); }

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

background-color css

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

 a { background-color: rgb(129,40,188); }

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

border-color css

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

 span { border-color: rgb(129,40,188); }

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