Html Css Color HEX #8638BF Dark Orchid

📋 copy color: '#8638BF'

red 134 ◦ green 56 ◦ blue 191

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

Shades of Dark Orchid #8638BF

Tints of Dark Orchid #8638BF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.7%

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

R = 35.17%
G = 14.7%
B = 50.13%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8638BF (or 0x8638BF) is known color: Dark Orchid. HEX triplet: 86, 38 and BF. RGB value is (134,56,191). Sum of RGB (Red+Green+Blue) = 134+56+191=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #8638BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8638BF is #79C740. Grayscale: #5E5E5E. Windows color (decimal): -7980865 or 12531846. OLE color: 12531846.

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

Color convert

RGB 134 56 191 -
CMYK 0.30 0.71 0 0.25
HSL 274.67º 0.55% 0.48% -
HSV(B) 274.67º 0.71% 0.75% -
XYZ 20.65 11.66 50.45 -
YUV 94.71 182.34 156.02 -
System Red Green Blue C M Y K H S L
Decimal 134 56 191 0.30 0.71 0 0.25 274.67 0.55 0.48
Hex 86 38 BF 1E 47 0 19 113 37 30
Octal 206 70 277 36 107 0 31 423 67 60
Binary 10000110 111000 10111111 11110 1000111 0 11001 100010011 110111 110000

Color Harmonies of #8638BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8638BF

Black with #8638BF

Text Example


Text Example

White with #8638BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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