Html Css Color HEX #8441CC Dark Orchid

📋 copy color: '#8441CC'

red 132 ◦ green 65 ◦ blue 204

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

Shades of Dark Orchid #8441CC

Tints of Dark Orchid #8441CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.87%

R = 32.92%
G = 16.21%
B = 50.87%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8441CC (or 0x8441CC) is known color: Dark Orchid. HEX triplet: 84, 41 and CC. RGB value is (132,65,204). Sum of RGB (Red+Green+Blue) = 132+65+204=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #8441CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8441CC is #7BBE33. Grayscale: #646464. Windows color (decimal): -8109620 or 13386116. OLE color: 13386116.

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

Color convert

RGB 132 65 204 -
CMYK 0.35 0.68 0 0.2
HSL 268.92º 0.58% 0.53% -
HSV(B) 268.92º 0.68% 0.8% -
XYZ 22.31 13.05 58.47 -
YUV 100.88 186.2 150.2 -
System Red Green Blue C M Y K H S L
Decimal 132 65 204 0.35 0.68 0 0.2 268.92 0.58 0.53
Hex 84 41 CC 23 44 0 14 10D 3A 35
Octal 204 101 314 43 104 0 24 415 72 65
Binary 10000100 1000001 11001100 100011 1000100 0 10100 100001101 111010 110101

Color Harmonies of #8441CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8441CC

Black with #8441CC

Text Example


Text Example

White with #8441CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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