Html Css Color HEX #8239CA Dark Orchid

📋 copy color: '#8239CA'

red 130 ◦ green 57 ◦ blue 202

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

Shades of Dark Orchid #8239CA

Tints of Dark Orchid #8239CA

RGB

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

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

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

R = 33.42%
G = 14.65%
B = 51.93%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8239CA (or 0x8239CA) is known color: Dark Orchid. HEX triplet: 82, 39 and CA. RGB value is (130,57,202). Sum of RGB (Red+Green+Blue) = 130+57+202=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #8239CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8239CA is #7DC635. Grayscale: #5E5E5E. Windows color (decimal): -8242742 or 13252994. OLE color: 13252994.

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

Color convert

RGB 130 57 202 -
CMYK 0.36 0.72 0 0.21
HSL 270.21º 0.58% 0.51% -
HSV(B) 270.21º 0.72% 0.79% -
XYZ 21.33 11.94 57.06 -
YUV 95.36 188.18 152.71 -
System Red Green Blue C M Y K H S L
Decimal 130 57 202 0.36 0.72 0 0.21 270.21 0.58 0.51
Hex 82 39 CA 24 48 0 15 10E 3A 33
Octal 202 71 312 44 110 0 25 416 72 63
Binary 10000010 111001 11001010 100100 1001000 0 10101 100001110 111010 110011

Color Harmonies of #8239CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8239CA

Black with #8239CA

Text Example


Text Example

White with #8239CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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