Html Css Color HEX #8130BA Dark Orchid

📋 copy color: '#8130BA'

red 129 ◦ green 48 ◦ blue 186

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

Shades of Dark Orchid #8130BA

Tints of Dark Orchid #8130BA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.22%

 BLUE value IS 186 (73.05% from 255) = 51.24%

R = 35.54%
G = 13.22%
B = 51.24%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8130BA (or 0x8130BA) is known color: Dark Orchid. HEX triplet: 81, 30 and BA. RGB value is (129,48,186). Sum of RGB (Red+Green+Blue) = 129+48+186=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #8130BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8130BA is #7ECF45. Grayscale: #575757. Windows color (decimal): -8310598 or 12202113. OLE color: 12202113.

HSL color Cylindrical-coordinate representation of color #8130BA: hue angle of 275.22º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8130BA is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 48 186 -
CMYK 0.31 0.74 0 0.27
HSL 275.22º 0.59% 0.46% -
HSV(B) 275.22º 0.74% 0.73% -
XYZ 18.97 10.33 47.45 -
YUV 87.95 183.34 157.28 -
System Red Green Blue C M Y K H S L
Decimal 129 48 186 0.31 0.74 0 0.27 275.22 0.59 0.46
Hex 81 30 BA 1F 4A 0 1B 113 3B 2E
Octal 201 60 272 37 112 0 33 423 73 56
Binary 10000001 110000 10111010 11111 1001010 0 11011 100010011 111011 101110

Color Harmonies of #8130BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8130BA

Black with #8130BA

Text Example


Text Example

White with #8130BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8130BA; }

 p { color: rgb(129,48,186); }

 H1.HeaderClassName
 {
   color: #8130BA;
 }
 .AnyTagClassName
 {
   color: #8130BA;
 }
</style>

background-color css

<style>
 a { background-color: #8130BA; }

 a { background-color: rgb(129,48,186); }

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

border-color css

<style>
 span { border-color: #8130BA; }

 span { border-color: rgb(129,48,186); }

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