Html Css Color HEX #9139CE Dark Orchid

📋 copy color: '#9139CE'

red 145 ◦ green 57 ◦ blue 206

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

Shades of Dark Orchid #9139CE

Tints of Dark Orchid #9139CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.49%

R = 35.54%
G = 13.97%
B = 50.49%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9139CE (or 0x9139CE) is known color: Dark Orchid. HEX triplet: 91, 39 and CE. RGB value is (145,57,206). Sum of RGB (Red+Green+Blue) = 145+57+206=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #9139CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9139CE is #6EC631. Grayscale: #636363. Windows color (decimal): -7259698 or 13515153. OLE color: 13515153.

HSL color Cylindrical-coordinate representation of color #9139CE: hue angle of 275.44º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9139CE is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 57 206 -
CMYK 0.30 0.72 0 0.19
HSL 275.44º 0.6% 0.52% -
HSV(B) 275.44º 0.72% 0.81% -
XYZ 24.28 13.4 59.7 -
YUV 100.3 187.65 159.88 -
System Red Green Blue C M Y K H S L
Decimal 145 57 206 0.30 0.72 0 0.19 275.44 0.6 0.52
Hex 91 39 CE 1E 48 0 13 113 3C 34
Octal 221 71 316 36 110 0 23 423 74 64
Binary 10010001 111001 11001110 11110 1001000 0 10011 100010011 111100 110100

Color Harmonies of #9139CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9139CE

Black with #9139CE

Text Example


Text Example

White with #9139CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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