Html Css Color HEX #9138CF Dark Orchid

📋 copy color: '#9138CF'

red 145 ◦ green 56 ◦ blue 207

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

Shades of Dark Orchid #9138CF

Tints of Dark Orchid #9138CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.74%

R = 35.54%
G = 13.73%
B = 50.74%

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

#9138CF (or 0x9138CF) is known color: Dark Orchid. HEX triplet: 91, 38 and CF. RGB value is (145,56,207). Sum of RGB (Red+Green+Blue) = 145+56+207=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 56 (22.27% from 255 or 13.73% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #9138CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9138CF is #6EC730. Grayscale: #636363. Windows color (decimal): -7259953 or 13580433. OLE color: 13580433.

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

Color convert

RGB 145 56 207 -
CMYK 0.30 0.73 0 0.19
HSL 275.36º 0.61% 0.52% -
HSV(B) 275.36º 0.73% 0.81% -
XYZ 24.35 13.35 60.33 -
YUV 99.83 188.49 160.22 -
System Red Green Blue C M Y K H S L
Decimal 145 56 207 0.30 0.73 0 0.19 275.36 0.61 0.52
Hex 91 38 CF 1E 49 0 13 113 3D 34
Octal 221 70 317 36 111 0 23 423 75 64
Binary 10010001 111000 11001111 11110 1001001 0 10011 100010011 111101 110100

Color Harmonies of #9138CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9138CF

Black with #9138CF

Text Example


Text Example

White with #9138CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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