Html Css Color HEX #8620CA Dark Orchid

📋 copy color: '#8620CA'

red 134 ◦ green 32 ◦ blue 202

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

Shades of Dark Orchid #8620CA

Tints of Dark Orchid #8620CA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.7%

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

R = 36.41%
G = 8.7%
B = 54.89%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8620CA (or 0x8620CA) is known color: Dark Orchid. HEX triplet: 86, 20 and CA. RGB value is (134,32,202). Sum of RGB (Red+Green+Blue) = 134+32+202=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #8620CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8620CA is #79DF35. Grayscale: #515151. Windows color (decimal): -7986998 or 13246598. OLE color: 13246598.

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

Color convert

RGB 134 32 202 -
CMYK 0.34 0.84 0 0.21
HSL 276º 0.73% 0.46% -
HSV(B) 276º 0.84% 0.79% -
XYZ 21.01 10.37 56.77 -
YUV 81.88 195.79 165.18 -
System Red Green Blue C M Y K H S L
Decimal 134 32 202 0.34 0.84 0 0.21 276 0.73 0.46
Hex 86 20 CA 22 54 0 15 114 49 2E
Octal 206 40 312 42 124 0 25 424 111 56
Binary 10000110 100000 11001010 100010 1010100 0 10101 100010100 1001001 101110

Color Harmonies of #8620CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8620CA

Black with #8620CA

Text Example


Text Example

White with #8620CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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