Html Css Color HEX #8237CA Dark Orchid

📋 copy color: '#8237CA'

red 130 ◦ green 55 ◦ blue 202

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

Shades of Dark Orchid #8237CA

Tints of Dark Orchid #8237CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.2%

R = 33.59%
G = 14.21%
B = 52.2%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8237CA (or 0x8237CA) is known color: Dark Orchid. HEX triplet: 82, 37 and CA. RGB value is (130,55,202). Sum of RGB (Red+Green+Blue) = 130+55+202=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #8237CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8237CA is #7DC835. Grayscale: #5D5D5D. Windows color (decimal): -8243254 or 13252482. OLE color: 13252482.

HSL color Cylindrical-coordinate representation of color #8237CA: hue angle of 270.61º degrees, saturation: 0.58, 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 #8237CA is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 55 202 -
CMYK 0.36 0.73 0 0.21
HSL 270.61º 0.58% 0.5% -
HSV(B) 270.61º 0.73% 0.79% -
XYZ 21.23 11.74 57.02 -
YUV 94.18 188.85 153.55 -
System Red Green Blue C M Y K H S L
Decimal 130 55 202 0.36 0.73 0 0.21 270.61 0.58 0.5
Hex 82 37 CA 24 49 0 15 10F 3A 32
Octal 202 67 312 44 111 0 25 417 72 62
Binary 10000010 110111 11001010 100100 1001001 0 10101 100001111 111010 110010

Color Harmonies of #8237CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8237CA

Black with #8237CA

Text Example


Text Example

White with #8237CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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