Html Css Color HEX #8625AF Dark Orchid

📋 copy color: '#8625AF'

red 134 ◦ green 37 ◦ blue 175

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

Shades of Dark Orchid #8625AF

Tints of Dark Orchid #8625AF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.69%

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

R = 38.73%
G = 10.69%
B = 50.58%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8625AF (or 0x8625AF) is known color: Dark Orchid. HEX triplet: 86, 25 and AF. RGB value is (134,37,175). Sum of RGB (Red+Green+Blue) = 134+37+175=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #8625AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8625AF is #79DA50. Grayscale: #515151. Windows color (decimal): -7985745 or 11478406. OLE color: 11478406.

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

Color convert

RGB 134 37 175 -
CMYK 0.23 0.79 0 0.31
HSL 282.17º 0.65% 0.42% -
HSV(B) 282.17º 0.79% 0.69% -
XYZ 18.23 9.49 41.43 -
YUV 81.74 180.64 165.28 -
System Red Green Blue C M Y K H S L
Decimal 134 37 175 0.23 0.79 0 0.31 282.17 0.65 0.42
Hex 86 25 AF 17 4F 0 1F 11A 41 2A
Octal 206 45 257 27 117 0 37 432 101 52
Binary 10000110 100101 10101111 10111 1001111 0 11111 100011010 1000001 101010

Color Harmonies of #8625AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8625AF

Black with #8625AF

Text Example


Text Example

White with #8625AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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