Html Css Color HEX #8A39CB Dark Orchid

📋 copy color: '#8A39CB'

red 138 ◦ green 57 ◦ blue 203

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

Shades of Dark Orchid #8A39CB

Tints of Dark Orchid #8A39CB

RGB

 RED value IS 138 (54.3% from 255) = 34.67%

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

 BLUE value IS 203 (79.69% from 255) = 51.01%

R = 34.67%
G = 14.32%
B = 51.01%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A39CB (or 0x8A39CB) is known color: Dark Orchid. HEX triplet: 8A, 39 and CB. RGB value is (138,57,203). Sum of RGB (Red+Green+Blue) = 138+57+203=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A39CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A39CB is #75C634. Grayscale: #616161. Windows color (decimal): -7718453 or 13318538. OLE color: 13318538.

HSL color Cylindrical-coordinate representation of color #8A39CB: hue angle of 273.29º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A39CB is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 57 203 -
CMYK 0.32 0.72 0 0.20
HSL 273.29º 0.58% 0.51% -
HSV(B) 273.29º 0.72% 0.8% -
XYZ 22.72 12.64 57.74 -
YUV 97.86 187.34 156.63 -
System Red Green Blue C M Y K H S L
Decimal 138 57 203 0.32 0.72 0 0.20 273.29 0.58 0.51
Hex 8A 39 CB 20 48 0 14 111 3A 33
Octal 212 71 313 40 110 0 24 421 72 63
Binary 10001010 111001 11001011 100000 1001000 0 10100 100010001 111010 110011

Color Harmonies of #8A39CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A39CB

Black with #8A39CB

Text Example


Text Example

White with #8A39CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A39CB; }

 p { color: rgb(138,57,203); }

 H1.HeaderClassName
 {
   color: #8A39CB;
 }
 .AnyTagClassName
 {
   color: #8A39CB;
 }
</style>

background-color css

<style>
 a { background-color: #8A39CB; }

 a { background-color: rgb(138,57,203); }

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

border-color css

<style>
 span { border-color: #8A39CB; }

 span { border-color: rgb(138,57,203); }

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