Html Css Color HEX #8146C9 Dark Orchid

📋 copy color: '#8146C9'

red 129 ◦ green 70 ◦ blue 201

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

Shades of Dark Orchid #8146C9

Tints of Dark Orchid #8146C9

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.5%

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

R = 32.25%
G = 17.5%
B = 50.25%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8146C9 (or 0x8146C9) is known color: Dark Orchid. HEX triplet: 81, 46 and C9. RGB value is (129,70,201). Sum of RGB (Red+Green+Blue) = 129+70+201=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 201 (78.91% from 255 or 50.25% from 400); Max value from RGB is 201 - color contains mainly: blue. Hex color #8146C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8146C9 is #7EB936. Grayscale: #666666. Windows color (decimal): -8304951 or 13190785. OLE color: 13190785.

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

Color convert

RGB 129 70 201 -
CMYK 0.36 0.65 0 0.21
HSL 267.02º 0.55% 0.53% -
HSV(B) 267.02º 0.65% 0.79% -
XYZ 21.79 13.26 56.67 -
YUV 102.58 183.55 146.85 -
System Red Green Blue C M Y K H S L
Decimal 129 70 201 0.36 0.65 0 0.21 267.02 0.55 0.53
Hex 81 46 C9 24 41 0 15 10B 37 35
Octal 201 106 311 44 101 0 25 413 67 65
Binary 10000001 1000110 11001001 100100 1000001 0 10101 100001011 110111 110101

Color Harmonies of #8146C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8146C9

Black with #8146C9

Text Example


Text Example

White with #8146C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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