Html Css Color HEX #9B2DDE Dark Orchid

📋 copy color: '#9B2DDE'

red 155 ◦ green 45 ◦ blue 222

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

Shades of Dark Orchid #9B2DDE

Tints of Dark Orchid #9B2DDE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.66%

 BLUE value IS 222 (87.11% from 255) = 52.61%

R = 36.73%
G = 10.66%
B = 52.61%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B2DDE (or 0x9B2DDE) is known color: Dark Orchid. HEX triplet: 9B, 2D and DE. RGB value is (155,45,222). Sum of RGB (Red+Green+Blue) = 155+45+222=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 45 (17.97% from 255 or 10.66% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B2DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2DDE is #64D221. Grayscale: #616161. Windows color (decimal): -6607394 or 14560667. OLE color: 14560667.

HSL color Cylindrical-coordinate representation of color #9B2DDE: hue angle of 277.29º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B2DDE is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 45 222 -
CMYK 0.30 0.80 0 0.13
HSL 277.29º 0.73% 0.52% -
HSV(B) 277.29º 0.8% 0.87% -
XYZ 27.64 14.12 70.38 -
YUV 98.07 197.94 168.61 -
System Red Green Blue C M Y K H S L
Decimal 155 45 222 0.30 0.80 0 0.13 277.29 0.73 0.52
Hex 9B 2D DE 1E 50 0 D 115 49 34
Octal 233 55 336 36 120 0 15 425 111 64
Binary 10011011 101101 11011110 11110 1010000 0 1101 100010101 1001001 110100

Color Harmonies of #9B2DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2DDE

Black with #9B2DDE

Text Example


Text Example

White with #9B2DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,45,222); }

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

background-color css

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

 a { background-color: rgb(155,45,222); }

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

border-color css

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

 span { border-color: rgb(155,45,222); }

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