Html Css Color HEX #9B3BD0 Dark Orchid

📋 copy color: '#9B3BD0'

red 155 ◦ green 59 ◦ blue 208

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

Shades of Dark Orchid #9B3BD0

Tints of Dark Orchid #9B3BD0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.98%

 BLUE value IS 208 (81.64% from 255) = 49.29%

R = 36.73%
G = 13.98%
B = 49.29%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9B3BD0 (or 0x9B3BD0) is known color: Dark Orchid. HEX triplet: 9B, 3B and D0. RGB value is (155,59,208). Sum of RGB (Red+Green+Blue) = 155+59+208=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 59 (23.44% from 255 or 13.98% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #9B3BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3BD0 is #64C42F. Grayscale: #686868. Windows color (decimal): -6603824 or 13646747. OLE color: 13646747.

HSL color Cylindrical-coordinate representation of color #9B3BD0: hue angle of 278.66º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B3BD0 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 59 208 -
CMYK 0.25 0.72 0 0.18
HSL 278.66º 0.61% 0.52% -
HSV(B) 278.66º 0.72% 0.82% -
XYZ 26.47 14.65 61.11 -
YUV 104.69 186.3 163.88 -
System Red Green Blue C M Y K H S L
Decimal 155 59 208 0.25 0.72 0 0.18 278.66 0.61 0.52
Hex 9B 3B D0 19 48 0 12 117 3D 34
Octal 233 73 320 31 110 0 22 427 75 64
Binary 10011011 111011 11010000 11001 1001000 0 10010 100010111 111101 110100

Color Harmonies of #9B3BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3BD0

Black with #9B3BD0

Text Example


Text Example

White with #9B3BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,59,208); }

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

background-color css

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

 a { background-color: rgb(155,59,208); }

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

border-color css

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

 span { border-color: rgb(155,59,208); }

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