Html Css Color HEX #8441CD Dark Orchid

📋 copy color: '#8441CD'

red 132 ◦ green 65 ◦ blue 205

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

Shades of Dark Orchid #8441CD

Tints of Dark Orchid #8441CD

RGB

 RED value IS 132 (51.95% from 255) = 32.84%

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

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

R = 32.84%
G = 16.17%
B = 51%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8441CD (or 0x8441CD) is known color: Dark Orchid. HEX triplet: 84, 41 and CD. RGB value is (132,65,205). Sum of RGB (Red+Green+Blue) = 132+65+205=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #8441CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8441CD is #7BBE32. Grayscale: #646464. Windows color (decimal): -8109619 or 13451652. OLE color: 13451652.

HSL color Cylindrical-coordinate representation of color #8441CD: hue angle of 268.71º 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 #8441CD is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 65 205 -
CMYK 0.36 0.68 0 0.20
HSL 268.71º 0.58% 0.53% -
HSV(B) 268.71º 0.68% 0.8% -
XYZ 22.43 13.09 59.1 -
YUV 100.99 186.7 150.12 -
System Red Green Blue C M Y K H S L
Decimal 132 65 205 0.36 0.68 0 0.20 268.71 0.58 0.53
Hex 84 41 CD 24 44 0 14 10D 3A 35
Octal 204 101 315 44 104 0 24 415 72 65
Binary 10000100 1000001 11001101 100100 1000100 0 10100 100001101 111010 110101

Color Harmonies of #8441CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8441CD

Black with #8441CD

Text Example


Text Example

White with #8441CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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