Html Css Color HEX #9130BE Dark Orchid

📋 copy color: '#9130BE'

red 145 ◦ green 48 ◦ blue 190

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

Shades of Dark Orchid #9130BE

Tints of Dark Orchid #9130BE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.53%

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

R = 37.86%
G = 12.53%
B = 49.61%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9130BE (or 0x9130BE) is known color: Dark Orchid. HEX triplet: 91, 30 and BE. RGB value is (145,48,190). Sum of RGB (Red+Green+Blue) = 145+48+190=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #9130BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9130BE is #6ECF41. Grayscale: #5C5C5C. Windows color (decimal): -7262018 or 12464273. OLE color: 12464273.

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

Color convert

RGB 145 48 190 -
CMYK 0.24 0.75 0 0.25
HSL 280.99º 0.6% 0.47% -
HSV(B) 280.99º 0.75% 0.75% -
XYZ 22.03 11.85 49.84 -
YUV 93.19 182.64 164.95 -
System Red Green Blue C M Y K H S L
Decimal 145 48 190 0.24 0.75 0 0.25 280.99 0.6 0.47
Hex 91 30 BE 18 4B 0 19 119 3C 2F
Octal 221 60 276 30 113 0 31 431 74 57
Binary 10010001 110000 10111110 11000 1001011 0 11001 100011001 111100 101111

Color Harmonies of #9130BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9130BE

Black with #9130BE

Text Example


Text Example

White with #9130BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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