Html Css Color HEX #8648CF Dark Orchid

📋 copy color: '#8648CF'

red 134 ◦ green 72 ◦ blue 207

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

Shades of Dark Orchid #8648CF

Tints of Dark Orchid #8648CF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.43%

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

R = 32.45%
G = 17.43%
B = 50.12%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8648CF (or 0x8648CF) is known color: Dark Orchid. HEX triplet: 86, 48 and CF. RGB value is (134,72,207). Sum of RGB (Red+Green+Blue) = 134+72+207=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #8648CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8648CF is #79B730. Grayscale: #696969. Windows color (decimal): -7976753 or 13584518. OLE color: 13584518.

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

Color convert

RGB 134 72 207 -
CMYK 0.35 0.65 0 0.19
HSL 267.56º 0.58% 0.55% -
HSV(B) 267.56º 0.65% 0.81% -
XYZ 23.41 14.21 60.54 -
YUV 105.93 185.04 148.02 -
System Red Green Blue C M Y K H S L
Decimal 134 72 207 0.35 0.65 0 0.19 267.56 0.58 0.55
Hex 86 48 CF 23 41 0 13 10C 3A 37
Octal 206 110 317 43 101 0 23 414 72 67
Binary 10000110 1001000 11001111 100011 1000001 0 10011 100001100 111010 110111

Color Harmonies of #8648CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8648CF

Black with #8648CF

Text Example


Text Example

White with #8648CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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