Html Css Color HEX #9138CE Dark Orchid

📋 copy color: '#9138CE'

red 145 ◦ green 56 ◦ blue 206

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

Shades of Dark Orchid #9138CE

Tints of Dark Orchid #9138CE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.76%

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

R = 35.63%
G = 13.76%
B = 50.61%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9138CE (or 0x9138CE) is known color: Dark Orchid. HEX triplet: 91, 38 and CE. RGB value is (145,56,206). Sum of RGB (Red+Green+Blue) = 145+56+206=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 56 (22.27% from 255 or 13.76% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #9138CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9138CE is #6EC731. Grayscale: #636363. Windows color (decimal): -7259954 or 13514897. OLE color: 13514897.

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

Color convert

RGB 145 56 206 -
CMYK 0.30 0.73 0 0.19
HSL 275.6º 0.6% 0.51% -
HSV(B) 275.6º 0.73% 0.81% -
XYZ 24.23 13.3 59.68 -
YUV 99.71 187.99 160.3 -
System Red Green Blue C M Y K H S L
Decimal 145 56 206 0.30 0.73 0 0.19 275.6 0.6 0.51
Hex 91 38 CE 1E 49 0 13 114 3C 33
Octal 221 70 316 36 111 0 23 424 74 63
Binary 10010001 111000 11001110 11110 1001001 0 10011 100010100 111100 110011

Color Harmonies of #9138CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9138CE

Black with #9138CE

Text Example


Text Example

White with #9138CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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