Html Css Color HEX #8239C9 Dark Orchid

📋 copy color: '#8239C9'

red 130 ◦ green 57 ◦ blue 201

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

Shades of Dark Orchid #8239C9

Tints of Dark Orchid #8239C9

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.69%

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

R = 33.51%
G = 14.69%
B = 51.8%

CMYK

 C value IS 0.35

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8239C9 (or 0x8239C9) is known color: Dark Orchid. HEX triplet: 82, 39 and C9. RGB value is (130,57,201). Sum of RGB (Red+Green+Blue) = 130+57+201=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 201 (78.91% from 255 or 51.80% from 388); Max value from RGB is 201 - color contains mainly: blue. Hex color #8239C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8239C9 is #7DC636. Grayscale: #5E5E5E. Windows color (decimal): -8242743 or 13187458. OLE color: 13187458.

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

Color convert

RGB 130 57 201 -
CMYK 0.35 0.72 0 0.21
HSL 270.42º 0.57% 0.51% -
HSV(B) 270.42º 0.72% 0.79% -
XYZ 21.21 11.89 56.44 -
YUV 95.24 187.68 152.79 -
System Red Green Blue C M Y K H S L
Decimal 130 57 201 0.35 0.72 0 0.21 270.42 0.57 0.51
Hex 82 39 C9 23 48 0 15 10E 39 33
Octal 202 71 311 43 110 0 25 416 71 63
Binary 10000010 111001 11001001 100011 1001000 0 10101 100001110 111001 110011

Color Harmonies of #8239C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8239C9

Black with #8239C9

Text Example


Text Example

White with #8239C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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