Html Css Color HEX #8829CD Dark Orchid

📋 copy color: '#8829CD'

red 136 ◦ green 41 ◦ blue 205

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

Shades of Dark Orchid #8829CD

Tints of Dark Orchid #8829CD

RGB

 RED value IS 136 (53.52% from 255) = 35.6%

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

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

R = 35.6%
G = 10.73%
B = 53.66%

CMYK

 C value IS 0.34

 M value IS 0.8

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8829CD (or 0x8829CD) is known color: Dark Orchid. HEX triplet: 88, 29 and CD. RGB value is (136,41,205). Sum of RGB (Red+Green+Blue) = 136+41+205=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #8829CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8829CD is #77D632. Grayscale: #575757. Windows color (decimal): -7853619 or 13445512. OLE color: 13445512.

HSL color Cylindrical-coordinate representation of color #8829CD: hue angle of 274.76º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8829CD is Cyan = 0.34, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 41 205 -
CMYK 0.34 0.8 0 0.20
HSL 274.76º 0.67% 0.48% -
HSV(B) 274.76º 0.8% 0.8% -
XYZ 21.97 11.23 58.77 -
YUV 88.1 193.97 162.16 -
System Red Green Blue C M Y K H S L
Decimal 136 41 205 0.34 0.8 0 0.20 274.76 0.67 0.48
Hex 88 29 CD 22 50 0 14 113 43 30
Octal 210 51 315 42 120 0 24 423 103 60
Binary 10001000 101001 11001101 100010 1010000 0 10100 100010011 1000011 110000

Color Harmonies of #8829CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8829CD

Black with #8829CD

Text Example


Text Example

White with #8829CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,41,205); }

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

background-color css

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

 a { background-color: rgb(136,41,205); }

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

border-color css

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

 span { border-color: rgb(136,41,205); }

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