Html Css Color HEX #8641CD Dark Orchid

📋 copy color: '#8641CD'

red 134 ◦ green 65 ◦ blue 205

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

Shades of Dark Orchid #8641CD

Tints of Dark Orchid #8641CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 33.17%
G = 16.09%
B = 50.74%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8641CD (or 0x8641CD) is known color: Dark Orchid. HEX triplet: 86, 41 and CD. RGB value is (134,65,205). Sum of RGB (Red+Green+Blue) = 134+65+205=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #8641CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8641CD is #79BE32. Grayscale: #656565. Windows color (decimal): -7978547 or 13451654. OLE color: 13451654.

HSL color Cylindrical-coordinate representation of color #8641CD: hue angle of 269.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8641CD is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 134 65 205 -
CMYK 0.35 0.68 0 0.20
HSL 269.57º 0.58% 0.53% -
HSV(B) 269.57º 0.68% 0.8% -
XYZ 22.74 13.26 59.12 -
YUV 101.59 186.36 151.12 -
System Red Green Blue C M Y K H S L
Decimal 134 65 205 0.35 0.68 0 0.20 269.57 0.58 0.53
Hex 86 41 CD 23 44 0 14 10E 3A 35
Octal 206 101 315 43 104 0 24 416 72 65
Binary 10000110 1000001 11001101 100011 1000100 0 10100 100001110 111010 110101

Color Harmonies of #8641CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8641CD

Black with #8641CD

Text Example


Text Example

White with #8641CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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