Html Css Color HEX #9B2BAC Dark Orchid

📋 copy color: '#9B2BAC'

red 155 ◦ green 43 ◦ blue 172

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

Shades of Dark Orchid #9B2BAC

Tints of Dark Orchid #9B2BAC

RGB

 RED value IS 155 (60.94% from 255) = 41.89%

 GREEN value IS 43 (17.19% from 255) = 11.62%

 BLUE value IS 172 (67.58% from 255) = 46.49%

R = 41.89%
G = 11.62%
B = 46.49%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9B2BAC (or 0x9B2BAC) is known color: Dark Orchid. HEX triplet: 9B, 2B and AC. RGB value is (155,43,172). Sum of RGB (Red+Green+Blue) = 155+43+172=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B2BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2BAC is #64D453. Grayscale: #5A5A5A. Windows color (decimal): -6607956 or 11283355. OLE color: 11283355.

HSL color Cylindrical-coordinate representation of color #9B2BAC: hue angle of 292.09º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B2BAC is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 43 172 -
CMYK 0.10 0.75 0 0.33
HSL 292.09º 0.6% 0.42% -
HSV(B) 292.09º 0.75% 0.67% -
XYZ 21.83 11.67 40.13 -
YUV 91.19 173.61 173.51 -
System Red Green Blue C M Y K H S L
Decimal 155 43 172 0.10 0.75 0 0.33 292.09 0.6 0.42
Hex 9B 2B AC A 4B 0 21 124 3C 2A
Octal 233 53 254 12 113 0 41 444 74 52
Binary 10011011 101011 10101100 1010 1001011 0 100001 100100100 111100 101010

Color Harmonies of #9B2BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2BAC

Black with #9B2BAC

Text Example


Text Example

White with #9B2BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B2BAC; }

 p { color: rgb(155,43,172); }

 H1.HeaderClassName
 {
   color: #9B2BAC;
 }
 .AnyTagClassName
 {
   color: #9B2BAC;
 }
</style>

background-color css

<style>
 a { background-color: #9B2BAC; }

 a { background-color: rgb(155,43,172); }

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

border-color css

<style>
 span { border-color: #9B2BAC; }

 span { border-color: rgb(155,43,172); }

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