Html Css Color HEX #9129BF Dark Orchid

📋 copy color: '#9129BF'

red 145 ◦ green 41 ◦ blue 191

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

Shades of Dark Orchid #9129BF

Tints of Dark Orchid #9129BF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.88%

 BLUE value IS 191 (75% from 255) = 50.66%

R = 38.46%
G = 10.88%
B = 50.66%

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

#9129BF (or 0x9129BF) is known color: Dark Orchid. HEX triplet: 91, 29 and BF. RGB value is (145,41,191). Sum of RGB (Red+Green+Blue) = 145+41+191=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 191 (75% from 255 or 50.66% from 377); Max value from RGB is 191 - color contains mainly: blue. Hex color #9129BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9129BF is #6ED640. Grayscale: #585858. Windows color (decimal): -7263809 or 12528017. OLE color: 12528017.

HSL color Cylindrical-coordinate representation of color #9129BF: hue angle of 281.6º 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 #9129BF is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 145 41 191 -
CMYK 0.24 0.79 0 0.25
HSL 281.6º 0.65% 0.45% -
HSV(B) 281.6º 0.79% 0.75% -
XYZ 21.87 11.37 50.33 -
YUV 89.2 185.46 167.8 -
System Red Green Blue C M Y K H S L
Decimal 145 41 191 0.24 0.79 0 0.25 281.6 0.65 0.45
Hex 91 29 BF 18 4F 0 19 11A 41 2D
Octal 221 51 277 30 117 0 31 432 101 55
Binary 10010001 101001 10111111 11000 1001111 0 11001 100011010 1000001 101101

Color Harmonies of #9129BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9129BF

Black with #9129BF

Text Example


Text Example

White with #9129BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9129BF; }

 p { color: rgb(145,41,191); }

 H1.HeaderClassName
 {
   color: #9129BF;
 }
 .AnyTagClassName
 {
   color: #9129BF;
 }
</style>

background-color css

<style>
 a { background-color: #9129BF; }

 a { background-color: rgb(145,41,191); }

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

border-color css

<style>
 span { border-color: #9129BF; }

 span { border-color: rgb(145,41,191); }

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