Html Css Color HEX #9B3DDB Dark Orchid

📋 copy color: '#9B3DDB'

red 155 ◦ green 61 ◦ blue 219

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

Shades of Dark Orchid #9B3DDB

Tints of Dark Orchid #9B3DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.02%

 BLUE value IS 219 (85.94% from 255) = 50.34%

R = 35.63%
G = 14.02%
B = 50.34%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B3DDB (or 0x9B3DDB) is known color: Dark Orchid. HEX triplet: 9B, 3D and DB. RGB value is (155,61,219). Sum of RGB (Red+Green+Blue) = 155+61+219=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B3DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3DDB is #64C224. Grayscale: #6A6A6A. Windows color (decimal): -6603301 or 14368155. OLE color: 14368155.

HSL color Cylindrical-coordinate representation of color #9B3DDB: hue angle of 275.7º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B3DDB is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 61 219 -
CMYK 0.29 0.72 0 0.14
HSL 275.7º 0.69% 0.55% -
HSV(B) 275.7º 0.72% 0.86% -
XYZ 27.97 15.42 68.52 -
YUV 107.12 191.14 162.15 -
System Red Green Blue C M Y K H S L
Decimal 155 61 219 0.29 0.72 0 0.14 275.7 0.69 0.55
Hex 9B 3D DB 1D 48 0 E 114 45 37
Octal 233 75 333 35 110 0 16 424 105 67
Binary 10011011 111101 11011011 11101 1001000 0 1110 100010100 1000101 110111

Color Harmonies of #9B3DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3DDB

Black with #9B3DDB

Text Example


Text Example

White with #9B3DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,61,219); }

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

background-color css

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

 a { background-color: rgb(155,61,219); }

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

border-color css

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

 span { border-color: rgb(155,61,219); }

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