Html Css Color HEX #841CAF Dark Orchid

📋 copy color: '#841CAF'

red 132 ◦ green 28 ◦ blue 175

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

Shades of Dark Orchid #841CAF

Tints of Dark Orchid #841CAF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.36%

 BLUE value IS 175 (68.75% from 255) = 52.24%

R = 39.4%
G = 8.36%
B = 52.24%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#841CAF (or 0x841CAF) is known color: Dark Orchid. HEX triplet: 84, 1C and AF. RGB value is (132,28,175). Sum of RGB (Red+Green+Blue) = 132+28+175=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #841CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841CAF is #7BE350. Grayscale: #4B4B4B. Windows color (decimal): -8119121 or 11476100. OLE color: 11476100.

HSL color Cylindrical-coordinate representation of color #841CAF: hue angle of 282.45º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #841CAF is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 28 175 -
CMYK 0.25 0.84 0 0.31
HSL 282.45º 0.72% 0.4% -
HSV(B) 282.45º 0.84% 0.69% -
XYZ 17.67 8.83 41.33 -
YUV 75.85 183.96 168.05 -
System Red Green Blue C M Y K H S L
Decimal 132 28 175 0.25 0.84 0 0.31 282.45 0.72 0.4
Hex 84 1C AF 19 54 0 1F 11A 48 28
Octal 204 34 257 31 124 0 37 432 110 50
Binary 10000100 11100 10101111 11001 1010100 0 11111 100011010 1001000 101000

Color Harmonies of #841CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841CAF

Black with #841CAF

Text Example


Text Example

White with #841CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841CAF; }

 p { color: rgb(132,28,175); }

 H1.HeaderClassName
 {
   color: #841CAF;
 }
 .AnyTagClassName
 {
   color: #841CAF;
 }
</style>

background-color css

<style>
 a { background-color: #841CAF; }

 a { background-color: rgb(132,28,175); }

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

border-color css

<style>
 span { border-color: #841CAF; }

 span { border-color: rgb(132,28,175); }

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