Html Css Color HEX #9B2EBE Dark Orchid

📋 copy color: '#9B2EBE'

red 155 ◦ green 46 ◦ blue 190

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

Shades of Dark Orchid #9B2EBE

Tints of Dark Orchid #9B2EBE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.76%

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

R = 39.64%
G = 11.76%
B = 48.59%

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

#9B2EBE (or 0x9B2EBE) is known color: Dark Orchid. HEX triplet: 9B, 2E and BE. RGB value is (155,46,190). Sum of RGB (Red+Green+Blue) = 155+46+190=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 46 (18.36% from 255 or 11.76% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B2EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2EBE is #64D141. Grayscale: #5E5E5E. Windows color (decimal): -6607170 or 12463771. OLE color: 12463771.

HSL color Cylindrical-coordinate representation of color #9B2EBE: hue angle of 285.42º degrees, saturation: 0.61, 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 #9B2EBE is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 46 190 -
CMYK 0.18 0.76 0 0.25
HSL 285.42º 0.61% 0.46% -
HSV(B) 285.42º 0.76% 0.75% -
XYZ 23.79 12.64 49.9 -
YUV 95.01 181.61 170.79 -
System Red Green Blue C M Y K H S L
Decimal 155 46 190 0.18 0.76 0 0.25 285.42 0.61 0.46
Hex 9B 2E BE 12 4C 0 19 11D 3D 2E
Octal 233 56 276 22 114 0 31 435 75 56
Binary 10011011 101110 10111110 10010 1001100 0 11001 100011101 111101 101110

Color Harmonies of #9B2EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2EBE

Black with #9B2EBE

Text Example


Text Example

White with #9B2EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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