Html Css Color HEX #8619AF Dark Orchid

📋 copy color: '#8619AF'

red 134 ◦ green 25 ◦ blue 175

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

Shades of Dark Orchid #8619AF

Tints of Dark Orchid #8619AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 52.4%

R = 40.12%
G = 7.49%
B = 52.4%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8619AF (or 0x8619AF) is known color: Dark Orchid. HEX triplet: 86, 19 and AF. RGB value is (134,25,175). Sum of RGB (Red+Green+Blue) = 134+25+175=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #8619AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8619AF is #79E650. Grayscale: #4A4A4A. Windows color (decimal): -7988817 or 11475334. OLE color: 11475334.

HSL color Cylindrical-coordinate representation of color #8619AF: hue angle of 283.6º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8619AF is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 134 25 175 -
CMYK 0.23 0.86 0 0.31
HSL 283.6º 0.75% 0.39% -
HSV(B) 283.6º 0.86% 0.69% -
XYZ 17.92 8.86 41.32 -
YUV 74.69 184.61 170.3 -
System Red Green Blue C M Y K H S L
Decimal 134 25 175 0.23 0.86 0 0.31 283.6 0.75 0.39
Hex 86 19 AF 17 56 0 1F 11C 4B 27
Octal 206 31 257 27 126 0 37 434 113 47
Binary 10000110 11001 10101111 10111 1010110 0 11111 100011100 1001011 100111

Color Harmonies of #8619AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8619AF

Black with #8619AF

Text Example


Text Example

White with #8619AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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