Html Css Color HEX #9B2DBE Dark Orchid

📋 copy color: '#9B2DBE'

red 155 ◦ green 45 ◦ blue 190

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

Shades of Dark Orchid #9B2DBE

Tints of Dark Orchid #9B2DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.54%

 BLUE value IS 190 (74.61% from 255) = 48.72%

R = 39.74%
G = 11.54%
B = 48.72%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B2DBE (or 0x9B2DBE) is known color: Dark Orchid. HEX triplet: 9B, 2D and BE. RGB value is (155,45,190). Sum of RGB (Red+Green+Blue) = 155+45+190=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B2DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2DBE is #64D241. Grayscale: #5D5D5D. Windows color (decimal): -6607426 or 12463515. OLE color: 12463515.

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

Color convert

RGB 155 45 190 -
CMYK 0.18 0.76 0 0.25
HSL 285.52º 0.62% 0.46% -
HSV(B) 285.52º 0.76% 0.75% -
XYZ 23.75 12.56 49.89 -
YUV 94.42 181.94 171.21 -
System Red Green Blue C M Y K H S L
Decimal 155 45 190 0.18 0.76 0 0.25 285.52 0.62 0.46
Hex 9B 2D BE 12 4C 0 19 11E 3E 2E
Octal 233 55 276 22 114 0 31 436 76 56
Binary 10011011 101101 10111110 10010 1001100 0 11001 100011110 111110 101110

Color Harmonies of #9B2DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2DBE

Black with #9B2DBE

Text Example


Text Example

White with #9B2DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,45,190); }

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

background-color css

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

 a { background-color: rgb(155,45,190); }

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

border-color css

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

 span { border-color: rgb(155,45,190); }

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