Html Css Color HEX #9133BB Dark Orchid

📋 copy color: '#9133BB'

red 145 ◦ green 51 ◦ blue 187

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

Shades of Dark Orchid #9133BB

Tints of Dark Orchid #9133BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.83%

R = 37.86%
G = 13.32%
B = 48.83%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9133BB (or 0x9133BB) is known color: Dark Orchid. HEX triplet: 91, 33 and BB. RGB value is (145,51,187). Sum of RGB (Red+Green+Blue) = 145+51+187=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #9133BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9133BB is #6ECC44. Grayscale: #5E5E5E. Windows color (decimal): -7261253 or 12268433. OLE color: 12268433.

HSL color Cylindrical-coordinate representation of color #9133BB: hue angle of 281.47º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9133BB is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 145 51 187 -
CMYK 0.22 0.73 0 0.27
HSL 281.47º 0.57% 0.47% -
HSV(B) 281.47º 0.73% 0.73% -
XYZ 21.83 11.98 48.17 -
YUV 94.61 180.14 163.94 -
System Red Green Blue C M Y K H S L
Decimal 145 51 187 0.22 0.73 0 0.27 281.47 0.57 0.47
Hex 91 33 BB 16 49 0 1B 119 39 2F
Octal 221 63 273 26 111 0 33 431 71 57
Binary 10010001 110011 10111011 10110 1001001 0 11011 100011001 111001 101111

Color Harmonies of #9133BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9133BB

Black with #9133BB

Text Example


Text Example

White with #9133BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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