Html Css Color HEX #9B2BBD Dark Orchid

📋 copy color: '#9B2BBD'

red 155 ◦ green 43 ◦ blue 189

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

Shades of Dark Orchid #9B2BBD

Tints of Dark Orchid #9B2BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.84%

R = 40.05%
G = 11.11%
B = 48.84%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B2BBD (or 0x9B2BBD) is known color: Dark Orchid. HEX triplet: 9B, 2B and BD. RGB value is (155,43,189). Sum of RGB (Red+Green+Blue) = 155+43+189=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B2BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2BBD is #64D442. Grayscale: #5C5C5C. Windows color (decimal): -6607939 or 12397467. OLE color: 12397467.

HSL color Cylindrical-coordinate representation of color #9B2BBD: hue angle of 286.03º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B2BBD is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 43 189 -
CMYK 0.18 0.77 0 0.26
HSL 286.03º 0.63% 0.45% -
HSV(B) 286.03º 0.77% 0.74% -
XYZ 23.57 12.37 49.29 -
YUV 93.13 182.11 172.13 -
System Red Green Blue C M Y K H S L
Decimal 155 43 189 0.18 0.77 0 0.26 286.03 0.63 0.45
Hex 9B 2B BD 12 4D 0 1A 11E 3F 2D
Octal 233 53 275 22 115 0 32 436 77 55
Binary 10011011 101011 10111101 10010 1001101 0 11010 100011110 111111 101101

Color Harmonies of #9B2BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2BBD

Black with #9B2BBD

Text Example


Text Example

White with #9B2BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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