Html Css Color HEX #8144C9 Dark Orchid

📋 copy color: '#8144C9'

red 129 ◦ green 68 ◦ blue 201

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

Shades of Dark Orchid #8144C9

Tints of Dark Orchid #8144C9

RGB

 RED value IS 129 (50.78% from 255) = 32.41%

 GREEN value IS 68 (26.95% from 255) = 17.09%

 BLUE value IS 201 (78.91% from 255) = 50.5%

R = 32.41%
G = 17.09%
B = 50.5%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8144C9 (or 0x8144C9) is known color: Dark Orchid. HEX triplet: 81, 44 and C9. RGB value is (129,68,201). Sum of RGB (Red+Green+Blue) = 129+68+201=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #8144C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8144C9 is #7EBB36. Grayscale: #646464. Windows color (decimal): -8305463 or 13190273. OLE color: 13190273.

HSL color Cylindrical-coordinate representation of color #8144C9: hue angle of 267.52º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8144C9 is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 129 68 201 -
CMYK 0.36 0.66 0 0.21
HSL 267.52º 0.55% 0.53% -
HSV(B) 267.52º 0.66% 0.79% -
XYZ 21.66 13.02 56.63 -
YUV 101.4 184.21 147.69 -
System Red Green Blue C M Y K H S L
Decimal 129 68 201 0.36 0.66 0 0.21 267.52 0.55 0.53
Hex 81 44 C9 24 42 0 15 10C 37 35
Octal 201 104 311 44 102 0 25 414 67 65
Binary 10000001 1000100 11001001 100100 1000010 0 10101 100001100 110111 110101

Color Harmonies of #8144C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8144C9

Black with #8144C9

Text Example


Text Example

White with #8144C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8144C9; }

 p { color: rgb(129,68,201); }

 H1.HeaderClassName
 {
   color: #8144C9;
 }
 .AnyTagClassName
 {
   color: #8144C9;
 }
</style>

background-color css

<style>
 a { background-color: #8144C9; }

 a { background-color: rgb(129,68,201); }

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

border-color css

<style>
 span { border-color: #8144C9; }

 span { border-color: rgb(129,68,201); }

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