Html Css Color HEX #8127BD Dark Orchid

📋 copy color: '#8127BD'

red 129 ◦ green 39 ◦ blue 189

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

Shades of Dark Orchid #8127BD

Tints of Dark Orchid #8127BD

RGB

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

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

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

R = 36.13%
G = 10.92%
B = 52.94%

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

#8127BD (or 0x8127BD) is known color: Dark Orchid. HEX triplet: 81, 27 and BD. RGB value is (129,39,189). Sum of RGB (Red+Green+Blue) = 129+39+189=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #8127BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8127BD is #7ED842. Grayscale: #525252. Windows color (decimal): -8312899 or 12396417. OLE color: 12396417.

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

Color convert

RGB 129 39 189 -
CMYK 0.32 0.79 0 0.26
HSL 276º 0.66% 0.45% -
HSV(B) 276º 0.79% 0.74% -
XYZ 18.96 9.79 49.03 -
YUV 83.01 187.82 160.8 -
System Red Green Blue C M Y K H S L
Decimal 129 39 189 0.32 0.79 0 0.26 276 0.66 0.45
Hex 81 27 BD 20 4F 0 1A 114 42 2D
Octal 201 47 275 40 117 0 32 424 102 55
Binary 10000001 100111 10111101 100000 1001111 0 11010 100010100 1000010 101101

Color Harmonies of #8127BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8127BD

Black with #8127BD

Text Example


Text Example

White with #8127BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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