Html Css Color HEX #9B2BBA Dark Orchid

📋 copy color: '#9B2BBA'

red 155 ◦ green 43 ◦ blue 186

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

Shades of Dark Orchid #9B2BBA

Tints of Dark Orchid #9B2BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.44%

R = 40.36%
G = 11.2%
B = 48.44%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B2BBA (or 0x9B2BBA) is known color: Dark Orchid. HEX triplet: 9B, 2B and BA. RGB value is (155,43,186). Sum of RGB (Red+Green+Blue) = 155+43+186=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B2BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2BBA is #64D445. Grayscale: #5C5C5C. Windows color (decimal): -6607942 or 12200859. OLE color: 12200859.

HSL color Cylindrical-coordinate representation of color #9B2BBA: hue angle of 286.99º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B2BBA is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 43 186 -
CMYK 0.17 0.77 0 0.27
HSL 286.99º 0.62% 0.45% -
HSV(B) 286.99º 0.77% 0.73% -
XYZ 23.24 12.24 47.59 -
YUV 92.79 180.61 172.37 -
System Red Green Blue C M Y K H S L
Decimal 155 43 186 0.17 0.77 0 0.27 286.99 0.62 0.45
Hex 9B 2B BA 11 4D 0 1B 11F 3E 2D
Octal 233 53 272 21 115 0 33 437 76 55
Binary 10011011 101011 10111010 10001 1001101 0 11011 100011111 111110 101101

Color Harmonies of #9B2BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2BBA

Black with #9B2BBA

Text Example


Text Example

White with #9B2BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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