Html Css Color HEX #9128BE Dark Orchid

📋 copy color: '#9128BE'

red 145 ◦ green 40 ◦ blue 190

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

Shades of Dark Orchid #9128BE

Tints of Dark Orchid #9128BE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.67%

 BLUE value IS 190 (74.61% from 255) = 50.67%

R = 38.67%
G = 10.67%
B = 50.67%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9128BE (or 0x9128BE) is known color: Dark Orchid. HEX triplet: 91, 28 and BE. RGB value is (145,40,190). Sum of RGB (Red+Green+Blue) = 145+40+190=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #9128BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9128BE is #6ED741. Grayscale: #585858. Windows color (decimal): -7264066 or 12462225. OLE color: 12462225.

HSL color Cylindrical-coordinate representation of color #9128BE: hue angle of 282º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9128BE is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 145 40 190 -
CMYK 0.24 0.79 0 0.25
HSL 282º 0.65% 0.45% -
HSV(B) 282º 0.79% 0.75% -
XYZ 21.73 11.26 49.74 -
YUV 88.5 185.29 168.3 -
System Red Green Blue C M Y K H S L
Decimal 145 40 190 0.24 0.79 0 0.25 282 0.65 0.45
Hex 91 28 BE 18 4F 0 19 11A 41 2D
Octal 221 50 276 30 117 0 31 432 101 55
Binary 10010001 101000 10111110 11000 1001111 0 11001 100011010 1000001 101101

Color Harmonies of #9128BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9128BE

Black with #9128BE

Text Example


Text Example

White with #9128BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9128BE; }

 p { color: rgb(145,40,190); }

 H1.HeaderClassName
 {
   color: #9128BE;
 }
 .AnyTagClassName
 {
   color: #9128BE;
 }
</style>

background-color css

<style>
 a { background-color: #9128BE; }

 a { background-color: rgb(145,40,190); }

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

border-color css

<style>
 span { border-color: #9128BE; }

 span { border-color: rgb(145,40,190); }

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