Html Css Color HEX #8640CA Dark Orchid

📋 copy color: '#8640CA'

red 134 ◦ green 64 ◦ blue 202

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

Shades of Dark Orchid #8640CA

Tints of Dark Orchid #8640CA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16%

 BLUE value IS 202 (79.3% from 255) = 50.5%

R = 33.5%
G = 16%
B = 50.5%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8640CA (or 0x8640CA) is known color: Dark Orchid. HEX triplet: 86, 40 and CA. RGB value is (134,64,202). Sum of RGB (Red+Green+Blue) = 134+64+202=400 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.5% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #8640CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8640CA is #79BF35. Grayscale: #646464. Windows color (decimal): -7978806 or 13254790. OLE color: 13254790.

HSL color Cylindrical-coordinate representation of color #8640CA: hue angle of 270.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8640CA is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 64 202 -
CMYK 0.34 0.68 0 0.21
HSL 270.43º 0.57% 0.52% -
HSV(B) 270.43º 0.68% 0.79% -
XYZ 22.33 13 57.21 -
YUV 100.66 185.19 151.78 -
System Red Green Blue C M Y K H S L
Decimal 134 64 202 0.34 0.68 0 0.21 270.43 0.57 0.52
Hex 86 40 CA 22 44 0 15 10E 39 34
Octal 206 100 312 42 104 0 25 416 71 64
Binary 10000110 1000000 11001010 100010 1000100 0 10101 100001110 111001 110100

Color Harmonies of #8640CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8640CA

Black with #8640CA

Text Example


Text Example

White with #8640CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8640CA; }

 p { color: rgb(134,64,202); }

 H1.HeaderClassName
 {
   color: #8640CA;
 }
 .AnyTagClassName
 {
   color: #8640CA;
 }
</style>

background-color css

<style>
 a { background-color: #8640CA; }

 a { background-color: rgb(134,64,202); }

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

border-color css

<style>
 span { border-color: #8640CA; }

 span { border-color: rgb(134,64,202); }

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