Html Css Color HEX #9B23BC Dark Orchid

📋 copy color: '#9B23BC'

red 155 ◦ green 35 ◦ blue 188

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

Shades of Dark Orchid #9B23BC

Tints of Dark Orchid #9B23BC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.26%

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 41.01%
G = 9.26%
B = 49.74%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B23BC (or 0x9B23BC) is known color: Dark Orchid. HEX triplet: 9B, 23 and BC. RGB value is (155,35,188). Sum of RGB (Red+Green+Blue) = 155+35+188=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B23BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B23BC is #64DC43. Grayscale: #575757. Windows color (decimal): -6609988 or 12329883. OLE color: 12329883.

HSL color Cylindrical-coordinate representation of color #9B23BC: hue angle of 287.06º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B23BC is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 35 188 -
CMYK 0.18 0.81 0 0.26
HSL 287.06º 0.69% 0.44% -
HSV(B) 287.06º 0.81% 0.74% -
XYZ 23.2 11.8 48.63 -
YUV 88.32 184.26 175.56 -
System Red Green Blue C M Y K H S L
Decimal 155 35 188 0.18 0.81 0 0.26 287.06 0.69 0.44
Hex 9B 23 BC 12 51 0 1A 11F 45 2C
Octal 233 43 274 22 121 0 32 437 105 54
Binary 10011011 100011 10111100 10010 1010001 0 11010 100011111 1000101 101100

Color Harmonies of #9B23BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B23BC

Black with #9B23BC

Text Example


Text Example

White with #9B23BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,35,188); }

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

background-color css

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

 a { background-color: rgb(155,35,188); }

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

border-color css

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

 span { border-color: rgb(155,35,188); }

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