Html Css Color HEX #9B2BBF Dark Orchid

📋 copy color: '#9B2BBF'

red 155 ◦ green 43 ◦ blue 191

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

Shades of Dark Orchid #9B2BBF

Tints of Dark Orchid #9B2BBF

RGB

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

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

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

R = 39.85%
G = 11.05%
B = 49.1%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B2BBF (or 0x9B2BBF) is known color: Dark Orchid. HEX triplet: 9B, 2B and BF. RGB value is (155,43,191). Sum of RGB (Red+Green+Blue) = 155+43+191=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B2BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2BBF is #64D440. Grayscale: #5C5C5C. Windows color (decimal): -6607937 or 12528539. OLE color: 12528539.

HSL color Cylindrical-coordinate representation of color #9B2BBF: hue angle of 285.41º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B2BBF is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 43 191 -
CMYK 0.19 0.77 0 0.25
HSL 285.41º 0.63% 0.46% -
HSV(B) 285.41º 0.77% 0.75% -
XYZ 23.79 12.46 50.44 -
YUV 93.36 183.11 171.97 -
System Red Green Blue C M Y K H S L
Decimal 155 43 191 0.19 0.77 0 0.25 285.41 0.63 0.46
Hex 9B 2B BF 13 4D 0 19 11D 3F 2E
Octal 233 53 277 23 115 0 31 435 77 56
Binary 10011011 101011 10111111 10011 1001101 0 11001 100011101 111111 101110

Color Harmonies of #9B2BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2BBF

Black with #9B2BBF

Text Example


Text Example

White with #9B2BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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