Html Css Color HEX #9139CA Dark Orchid

📋 copy color: '#9139CA'

red 145 ◦ green 57 ◦ blue 202

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

Shades of Dark Orchid #9139CA

Tints of Dark Orchid #9139CA

RGB

 RED value IS 145 (57.03% from 255) = 35.89%

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

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

R = 35.89%
G = 14.11%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9139CA (or 0x9139CA) is known color: Dark Orchid. HEX triplet: 91, 39 and CA. RGB value is (145,57,202). Sum of RGB (Red+Green+Blue) = 145+57+202=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #9139CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9139CA is #6EC635. Grayscale: #636363. Windows color (decimal): -7259702 or 13253009. OLE color: 13253009.

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

Color convert

RGB 145 57 202 -
CMYK 0.28 0.72 0 0.21
HSL 276.41º 0.58% 0.51% -
HSV(B) 276.41º 0.72% 0.79% -
XYZ 23.8 13.21 57.17 -
YUV 99.84 185.65 160.21 -
System Red Green Blue C M Y K H S L
Decimal 145 57 202 0.28 0.72 0 0.21 276.41 0.58 0.51
Hex 91 39 CA 1C 48 0 15 114 3A 33
Octal 221 71 312 34 110 0 25 424 72 63
Binary 10010001 111001 11001010 11100 1001000 0 10101 100010100 111010 110011

Color Harmonies of #9139CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9139CA

Black with #9139CA

Text Example


Text Example

White with #9139CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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