Html Css Color HEX #8231C9 Dark Orchid

📋 copy color: '#8231C9'

red 130 ◦ green 49 ◦ blue 201

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

Shades of Dark Orchid #8231C9

Tints of Dark Orchid #8231C9

RGB

 RED value IS 130 (51.17% from 255) = 34.21%

 GREEN value IS 49 (19.53% from 255) = 12.89%

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

R = 34.21%
G = 12.89%
B = 52.89%

CMYK

 C value IS 0.35

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8231C9 (or 0x8231C9) is known color: Dark Orchid. HEX triplet: 82, 31 and C9. RGB value is (130,49,201). Sum of RGB (Red+Green+Blue) = 130+49+201=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 201 (78.91% from 255 or 52.89% from 380); Max value from RGB is 201 - color contains mainly: blue. Hex color #8231C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8231C9 is #7DCE36. Grayscale: #5A5A5A. Windows color (decimal): -8244791 or 13185410. OLE color: 13185410.

HSL color Cylindrical-coordinate representation of color #8231C9: hue angle of 271.97º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8231C9 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 49 201 -
CMYK 0.35 0.76 0 0.21
HSL 271.97º 0.61% 0.49% -
HSV(B) 271.97º 0.76% 0.79% -
XYZ 20.85 11.16 56.31 -
YUV 90.55 190.34 156.14 -
System Red Green Blue C M Y K H S L
Decimal 130 49 201 0.35 0.76 0 0.21 271.97 0.61 0.49
Hex 82 31 C9 23 4C 0 15 110 3D 31
Octal 202 61 311 43 114 0 25 420 75 61
Binary 10000010 110001 11001001 100011 1001100 0 10101 100010000 111101 110001

Color Harmonies of #8231C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8231C9

Black with #8231C9

Text Example


Text Example

White with #8231C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,49,201); }

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

background-color css

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

 a { background-color: rgb(130,49,201); }

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

border-color css

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

 span { border-color: rgb(130,49,201); }

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