Html Css Color HEX #9135B1 Dark Orchid

📋 copy color: '#9135B1'

red 145 ◦ green 53 ◦ blue 177

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

Shades of Dark Orchid #9135B1

Tints of Dark Orchid #9135B1

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.13%

 BLUE value IS 177 (69.53% from 255) = 47.2%

R = 38.67%
G = 14.13%
B = 47.2%

CMYK

 C value IS 0.18

 M value IS 0.70

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9135B1 (or 0x9135B1) is known color: Dark Orchid. HEX triplet: 91, 35 and B1. RGB value is (145,53,177). Sum of RGB (Red+Green+Blue) = 145+53+177=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 177 (69.53% from 255 or 47.2% from 375); Max value from RGB is 177 - color contains mainly: blue. Hex color #9135B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9135B1 is #6ECA4E. Grayscale: #5E5E5E. Windows color (decimal): -7260751 or 11613585. OLE color: 11613585.

HSL color Cylindrical-coordinate representation of color #9135B1: hue angle of 284.52º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9135B1 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 145 53 177 -
CMYK 0.18 0.70 0 0.31
HSL 284.52º 0.54% 0.45% -
HSV(B) 284.52º 0.7% 0.69% -
XYZ 20.89 11.74 42.76 -
YUV 94.64 174.48 163.92 -
System Red Green Blue C M Y K H S L
Decimal 145 53 177 0.18 0.70 0 0.31 284.52 0.54 0.45
Hex 91 35 B1 12 46 0 1F 11D 36 2D
Octal 221 65 261 22 106 0 37 435 66 55
Binary 10010001 110101 10110001 10010 1000110 0 11111 100011101 110110 101101

Color Harmonies of #9135B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9135B1

Black with #9135B1

Text Example


Text Example

White with #9135B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9135B1; }

 p { color: rgb(145,53,177); }

 H1.HeaderClassName
 {
   color: #9135B1;
 }
 .AnyTagClassName
 {
   color: #9135B1;
 }
</style>

background-color css

<style>
 a { background-color: #9135B1; }

 a { background-color: rgb(145,53,177); }

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

border-color css

<style>
 span { border-color: #9135B1; }

 span { border-color: rgb(145,53,177); }

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