Html Css Color HEX #9A23BC Dark Orchid

📋 copy color: '#9A23BC'

red 154 ◦ green 35 ◦ blue 188

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

Shades of Dark Orchid #9A23BC

Tints of Dark Orchid #9A23BC

RGB

 RED value IS 154 (60.55% from 255) = 40.85%

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

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

R = 40.85%
G = 9.28%
B = 49.87%

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

#9A23BC (or 0x9A23BC) is known color: Dark Orchid. HEX triplet: 9A, 23 and BC. RGB value is (154,35,188). Sum of RGB (Red+Green+Blue) = 154+35+188=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A23BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A23BC is #65DC43. Grayscale: #575757. Windows color (decimal): -6675524 or 12329882. OLE color: 12329882.

HSL color Cylindrical-coordinate representation of color #9A23BC: hue angle of 286.67º 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 #9A23BC is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 35 188 -
CMYK 0.18 0.81 0 0.26
HSL 286.67º 0.69% 0.44% -
HSV(B) 286.67º 0.81% 0.74% -
XYZ 23 11.7 48.62 -
YUV 88.02 184.42 175.06 -
System Red Green Blue C M Y K H S L
Decimal 154 35 188 0.18 0.81 0 0.26 286.67 0.69 0.44
Hex 9A 23 BC 12 51 0 1A 11F 45 2C
Octal 232 43 274 22 121 0 32 437 105 54
Binary 10011010 100011 10111100 10010 1010001 0 11010 100011111 1000101 101100

Color Harmonies of #9A23BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A23BC

Black with #9A23BC

Text Example


Text Example

White with #9A23BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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