Html Css Color HEX #9B20CA Dark Orchid

📋 copy color: '#9B20CA'

red 155 ◦ green 32 ◦ blue 202

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

Shades of Dark Orchid #9B20CA

Tints of Dark Orchid #9B20CA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.23%

 BLUE value IS 202 (79.3% from 255) = 51.93%

R = 39.85%
G = 8.23%
B = 51.93%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9B20CA (or 0x9B20CA) is known color: Dark Orchid. HEX triplet: 9B, 20 and CA. RGB value is (155,32,202). Sum of RGB (Red+Green+Blue) = 155+32+202=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B20CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B20CA is #64DF35. Grayscale: #575757. Windows color (decimal): -6610742 or 13246619. OLE color: 13246619.

HSL color Cylindrical-coordinate representation of color #9B20CA: hue angle of 283.41º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B20CA is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 32 202 -
CMYK 0.23 0.84 0 0.21
HSL 283.41º 0.73% 0.46% -
HSV(B) 283.41º 0.84% 0.79% -
XYZ 24.69 12.27 56.94 -
YUV 88.16 192.25 175.68 -
System Red Green Blue C M Y K H S L
Decimal 155 32 202 0.23 0.84 0 0.21 283.41 0.73 0.46
Hex 9B 20 CA 17 54 0 15 11B 49 2E
Octal 233 40 312 27 124 0 25 433 111 56
Binary 10011011 100000 11001010 10111 1010100 0 10101 100011011 1001001 101110

Color Harmonies of #9B20CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B20CA

Black with #9B20CA

Text Example


Text Example

White with #9B20CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,32,202); }

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

background-color css

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

 a { background-color: rgb(155,32,202); }

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

border-color css

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

 span { border-color: rgb(155,32,202); }

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