Html Css Color HEX #8619BA Dark Orchid

📋 copy color: '#8619BA'

red 134 ◦ green 25 ◦ blue 186

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

Shades of Dark Orchid #8619BA

Tints of Dark Orchid #8619BA

RGB

 RED value IS 134 (52.73% from 255) = 38.84%

 GREEN value IS 25 (10.16% from 255) = 7.25%

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

R = 38.84%
G = 7.25%
B = 53.91%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8619BA (or 0x8619BA) is known color: Dark Orchid. HEX triplet: 86, 19 and BA. RGB value is (134,25,186). Sum of RGB (Red+Green+Blue) = 134+25+186=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #8619BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8619BA is #79E645. Grayscale: #4B4B4B. Windows color (decimal): -7988806 or 12196230. OLE color: 12196230.

HSL color Cylindrical-coordinate representation of color #8619BA: hue angle of 280.62º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8619BA is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 25 186 -
CMYK 0.28 0.87 0 0.27
HSL 280.62º 0.76% 0.41% -
HSV(B) 280.62º 0.87% 0.73% -
XYZ 19.04 9.31 47.25 -
YUV 75.95 190.11 169.41 -
System Red Green Blue C M Y K H S L
Decimal 134 25 186 0.28 0.87 0 0.27 280.62 0.76 0.41
Hex 86 19 BA 1C 57 0 1B 119 4C 29
Octal 206 31 272 34 127 0 33 431 114 51
Binary 10000110 11001 10111010 11100 1010111 0 11011 100011001 1001100 101001

Color Harmonies of #8619BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8619BA

Black with #8619BA

Text Example


Text Example

White with #8619BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,25,186); }

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

background-color css

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

 a { background-color: rgb(134,25,186); }

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

border-color css

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

 span { border-color: rgb(134,25,186); }

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