Html Css Color HEX #9B2BD1 Dark Orchid

📋 copy color: '#9B2BD1'

red 155 ◦ green 43 ◦ blue 209

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

Shades of Dark Orchid #9B2BD1

Tints of Dark Orchid #9B2BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 51.35%

R = 38.08%
G = 10.57%
B = 51.35%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9B2BD1 (or 0x9B2BD1) is known color: Dark Orchid. HEX triplet: 9B, 2B and D1. RGB value is (155,43,209). Sum of RGB (Red+Green+Blue) = 155+43+209=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 209 (82.03% from 255 or 51.35% from 407); Max value from RGB is 209 - color contains mainly: blue. Hex color #9B2BD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2BD1 is #64D42E. Grayscale: #5E5E5E. Windows color (decimal): -6607919 or 13708187. OLE color: 13708187.

HSL color Cylindrical-coordinate representation of color #9B2BD1: hue angle of 280.48º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B2BD1 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 43 209 -
CMYK 0.26 0.79 0 0.18
HSL 280.48º 0.66% 0.49% -
HSV(B) 280.48º 0.79% 0.82% -
XYZ 25.89 13.3 61.52 -
YUV 95.41 192.11 170.5 -
System Red Green Blue C M Y K H S L
Decimal 155 43 209 0.26 0.79 0 0.18 280.48 0.66 0.49
Hex 9B 2B D1 1A 4F 0 12 118 42 31
Octal 233 53 321 32 117 0 22 430 102 61
Binary 10011011 101011 11010001 11010 1001111 0 10010 100011000 1000010 110001

Color Harmonies of #9B2BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2BD1

Black with #9B2BD1

Text Example


Text Example

White with #9B2BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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