Html Css Color HEX #8641BF Dark Orchid

📋 copy color: '#8641BF'

red 134 ◦ green 65 ◦ blue 191

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

Shades of Dark Orchid #8641BF

Tints of Dark Orchid #8641BF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.67%

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

R = 34.36%
G = 16.67%
B = 48.97%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8641BF (or 0x8641BF) is known color: Dark Orchid. HEX triplet: 86, 41 and BF. RGB value is (134,65,191). Sum of RGB (Red+Green+Blue) = 134+65+191=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #8641BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8641BF is #79BE40. Grayscale: #636363. Windows color (decimal): -7978561 or 12534150. OLE color: 12534150.

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

Color convert

RGB 134 65 191 -
CMYK 0.30 0.66 0 0.25
HSL 272.86º 0.5% 0.5% -
HSV(B) 272.86º 0.66% 0.75% -
XYZ 21.13 12.61 50.61 -
YUV 100 179.36 152.25 -
System Red Green Blue C M Y K H S L
Decimal 134 65 191 0.30 0.66 0 0.25 272.86 0.5 0.5
Hex 86 41 BF 1E 42 0 19 111 32 32
Octal 206 101 277 36 102 0 31 421 62 62
Binary 10000110 1000001 10111111 11110 1000010 0 11001 100010001 110010 110010

Color Harmonies of #8641BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8641BF

Black with #8641BF

Text Example


Text Example

White with #8641BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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