Html Css Color HEX #9B3EDD Dark Orchid

📋 copy color: '#9B3EDD'

red 155 ◦ green 62 ◦ blue 221

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

Shades of Dark Orchid #9B3EDD

Tints of Dark Orchid #9B3EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.16%

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 35.39%
G = 14.16%
B = 50.46%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B3EDD (or 0x9B3EDD) is known color: Dark Orchid. HEX triplet: 9B, 3E and DD. RGB value is (155,62,221). Sum of RGB (Red+Green+Blue) = 155+62+221=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 62 (24.61% from 255 or 14.16% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B3EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B3EDD is #64C122. Grayscale: #6B6B6B. Windows color (decimal): -6603043 or 14499483. OLE color: 14499483.

HSL color Cylindrical-coordinate representation of color #9B3EDD: hue angle of 275.09º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B3EDD is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 62 221 -
CMYK 0.30 0.72 0 0.13
HSL 275.09º 0.7% 0.55% -
HSV(B) 275.09º 0.72% 0.87% -
XYZ 28.29 15.63 69.93 -
YUV 107.93 191.81 161.57 -
System Red Green Blue C M Y K H S L
Decimal 155 62 221 0.30 0.72 0 0.13 275.09 0.7 0.55
Hex 9B 3E DD 1E 48 0 D 113 46 37
Octal 233 76 335 36 110 0 15 423 106 67
Binary 10011011 111110 11011101 11110 1001000 0 1101 100010011 1000110 110111

Color Harmonies of #9B3EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3EDD

Black with #9B3EDD

Text Example


Text Example

White with #9B3EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,62,221); }

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

background-color css

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

 a { background-color: rgb(155,62,221); }

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

border-color css

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

 span { border-color: rgb(155,62,221); }

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