Html Css Color HEX #8619BF Dark Orchid

📋 copy color: '#8619BF'

red 134 ◦ green 25 ◦ blue 191

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

Shades of Dark Orchid #8619BF

Tints of Dark Orchid #8619BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.57%

R = 38.29%
G = 7.14%
B = 54.57%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8619BF (or 0x8619BF) is known color: Dark Orchid. HEX triplet: 86, 19 and BF. RGB value is (134,25,191). Sum of RGB (Red+Green+Blue) = 134+25+191=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #8619BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8619BF is #79E640. Grayscale: #4B4B4B. Windows color (decimal): -7988801 or 12523910. OLE color: 12523910.

HSL color Cylindrical-coordinate representation of color #8619BF: hue angle of 279.4º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8619BF is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 25 191 -
CMYK 0.30 0.87 0 0.25
HSL 279.4º 0.77% 0.42% -
HSV(B) 279.4º 0.87% 0.75% -
XYZ 19.58 9.53 50.1 -
YUV 76.52 192.61 169 -
System Red Green Blue C M Y K H S L
Decimal 134 25 191 0.30 0.87 0 0.25 279.4 0.77 0.42
Hex 86 19 BF 1E 57 0 19 117 4D 2A
Octal 206 31 277 36 127 0 31 427 115 52
Binary 10000110 11001 10111111 11110 1010111 0 11001 100010111 1001101 101010

Color Harmonies of #8619BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8619BF

Black with #8619BF

Text Example


Text Example

White with #8619BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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