Html Css Color HEX #8647CF Dark Orchid

📋 copy color: '#8647CF'

red 134 ◦ green 71 ◦ blue 207

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

Shades of Dark Orchid #8647CF

Tints of Dark Orchid #8647CF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.23%

 BLUE value IS 207 (81.25% from 255) = 50.24%

R = 32.52%
G = 17.23%
B = 50.24%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8647CF (or 0x8647CF) is known color: Dark Orchid. HEX triplet: 86, 47 and CF. RGB value is (134,71,207). Sum of RGB (Red+Green+Blue) = 134+71+207=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #8647CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8647CF is #79B830. Grayscale: #686868. Windows color (decimal): -7977009 or 13584262. OLE color: 13584262.

HSL color Cylindrical-coordinate representation of color #8647CF: hue angle of 267.79º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8647CF is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 71 207 -
CMYK 0.35 0.66 0 0.19
HSL 267.79º 0.59% 0.55% -
HSV(B) 267.79º 0.66% 0.81% -
XYZ 23.35 14.08 60.52 -
YUV 105.34 185.37 148.44 -
System Red Green Blue C M Y K H S L
Decimal 134 71 207 0.35 0.66 0 0.19 267.79 0.59 0.55
Hex 86 47 CF 23 42 0 13 10C 3B 37
Octal 206 107 317 43 102 0 23 414 73 67
Binary 10000110 1000111 11001111 100011 1000010 0 10011 100001100 111011 110111

Color Harmonies of #8647CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8647CF

Black with #8647CF

Text Example


Text Example

White with #8647CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8647CF; }

 p { color: rgb(134,71,207); }

 H1.HeaderClassName
 {
   color: #8647CF;
 }
 .AnyTagClassName
 {
   color: #8647CF;
 }
</style>

background-color css

<style>
 a { background-color: #8647CF; }

 a { background-color: rgb(134,71,207); }

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

border-color css

<style>
 span { border-color: #8647CF; }

 span { border-color: rgb(134,71,207); }

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