Html Css Color HEX #8629CA Dark Orchid

📋 copy color: '#8629CA'

red 134 ◦ green 41 ◦ blue 202

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

Shades of Dark Orchid #8629CA

Tints of Dark Orchid #8629CA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.88%

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

R = 35.54%
G = 10.88%
B = 53.58%

CMYK

 C value IS 0.34

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8629CA (or 0x8629CA) is known color: Dark Orchid. HEX triplet: 86, 29 and CA. RGB value is (134,41,202). Sum of RGB (Red+Green+Blue) = 134+41+202=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #8629CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8629CA is #79D635. Grayscale: #565656. Windows color (decimal): -7984694 or 13248902. OLE color: 13248902.

HSL color Cylindrical-coordinate representation of color #8629CA: hue angle of 274.66º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8629CA is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 134 41 202 -
CMYK 0.34 0.80 0 0.21
HSL 274.66º 0.66% 0.48% -
HSV(B) 274.66º 0.8% 0.79% -
XYZ 21.29 10.92 56.86 -
YUV 87.16 192.81 161.41 -
System Red Green Blue C M Y K H S L
Decimal 134 41 202 0.34 0.80 0 0.21 274.66 0.66 0.48
Hex 86 29 CA 22 50 0 15 113 42 30
Octal 206 51 312 42 120 0 25 423 102 60
Binary 10000110 101001 11001010 100010 1010000 0 10101 100010011 1000010 110000

Color Harmonies of #8629CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8629CA

Black with #8629CA

Text Example


Text Example

White with #8629CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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