Html Css Color HEX #9132BC Dark Orchid

📋 copy color: '#9132BC'

red 145 ◦ green 50 ◦ blue 188

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

Shades of Dark Orchid #9132BC

Tints of Dark Orchid #9132BC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.05%

 BLUE value IS 188 (73.83% from 255) = 49.09%

R = 37.86%
G = 13.05%
B = 49.09%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9132BC (or 0x9132BC) is known color: Dark Orchid. HEX triplet: 91, 32 and BC. RGB value is (145,50,188). Sum of RGB (Red+Green+Blue) = 145+50+188=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #9132BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9132BC is #6ECD43. Grayscale: #5D5D5D. Windows color (decimal): -7261508 or 12333713. OLE color: 12333713.

HSL color Cylindrical-coordinate representation of color #9132BC: hue angle of 281.3º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9132BC is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 145 50 188 -
CMYK 0.23 0.73 0 0.26
HSL 281.3º 0.58% 0.47% -
HSV(B) 281.3º 0.73% 0.74% -
XYZ 21.89 11.93 48.73 -
YUV 94.14 180.97 164.28 -
System Red Green Blue C M Y K H S L
Decimal 145 50 188 0.23 0.73 0 0.26 281.3 0.58 0.47
Hex 91 32 BC 17 49 0 1A 119 3A 2F
Octal 221 62 274 27 111 0 32 431 72 57
Binary 10010001 110010 10111100 10111 1001001 0 11010 100011001 111010 101111

Color Harmonies of #9132BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9132BC

Black with #9132BC

Text Example


Text Example

White with #9132BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9132BC; }

 p { color: rgb(145,50,188); }

 H1.HeaderClassName
 {
   color: #9132BC;
 }
 .AnyTagClassName
 {
   color: #9132BC;
 }
</style>

background-color css

<style>
 a { background-color: #9132BC; }

 a { background-color: rgb(145,50,188); }

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

border-color css

<style>
 span { border-color: #9132BC; }

 span { border-color: rgb(145,50,188); }

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