Html Css Color HEX #8237C9 Dark Orchid

📋 copy color: '#8237C9'

red 130 ◦ green 55 ◦ blue 201

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

Shades of Dark Orchid #8237C9

Tints of Dark Orchid #8237C9

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.25%

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

R = 33.68%
G = 14.25%
B = 52.07%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8237C9 (or 0x8237C9) is known color: Dark Orchid. HEX triplet: 82, 37 and C9. RGB value is (130,55,201). Sum of RGB (Red+Green+Blue) = 130+55+201=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 201 (78.91% from 255 or 52.07% from 386); Max value from RGB is 201 - color contains mainly: blue. Hex color #8237C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8237C9 is #7DC836. Grayscale: #5D5D5D. Windows color (decimal): -8243255 or 13186946. OLE color: 13186946.

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

Color convert

RGB 130 55 201 -
CMYK 0.35 0.73 0 0.21
HSL 270.82º 0.57% 0.5% -
HSV(B) 270.82º 0.73% 0.79% -
XYZ 21.11 11.7 56.4 -
YUV 94.07 188.35 153.63 -
System Red Green Blue C M Y K H S L
Decimal 130 55 201 0.35 0.73 0 0.21 270.82 0.57 0.5
Hex 82 37 C9 23 49 0 15 10F 39 32
Octal 202 67 311 43 111 0 25 417 71 62
Binary 10000010 110111 11001001 100011 1001001 0 10101 100001111 111001 110010

Color Harmonies of #8237C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8237C9

Black with #8237C9

Text Example


Text Example

White with #8237C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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