Html Css Color HEX #9133BF Dark Orchid

📋 copy color: '#9133BF'

red 145 ◦ green 51 ◦ blue 191

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

Shades of Dark Orchid #9133BF

Tints of Dark Orchid #9133BF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.18%

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

R = 37.47%
G = 13.18%
B = 49.35%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9133BF (or 0x9133BF) is known color: Dark Orchid. HEX triplet: 91, 33 and BF. RGB value is (145,51,191). Sum of RGB (Red+Green+Blue) = 145+51+191=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #9133BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9133BF is #6ECC40. Grayscale: #5E5E5E. Windows color (decimal): -7261249 or 12530577. OLE color: 12530577.

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

Color convert

RGB 145 51 191 -
CMYK 0.24 0.73 0 0.25
HSL 280.29º 0.58% 0.47% -
HSV(B) 280.29º 0.73% 0.75% -
XYZ 22.26 12.15 50.46 -
YUV 95.07 182.14 163.62 -
System Red Green Blue C M Y K H S L
Decimal 145 51 191 0.24 0.73 0 0.25 280.29 0.58 0.47
Hex 91 33 BF 18 49 0 19 118 3A 2F
Octal 221 63 277 30 111 0 31 430 72 57
Binary 10010001 110011 10111111 11000 1001001 0 11001 100011000 111010 101111

Color Harmonies of #9133BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9133BF

Black with #9133BF

Text Example


Text Example

White with #9133BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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