Html Css Color HEX #9A2BBC Dark Orchid

📋 copy color: '#9A2BBC'

red 154 ◦ green 43 ◦ blue 188

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

Shades of Dark Orchid #9A2BBC

Tints of Dark Orchid #9A2BBC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.17%

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

R = 40%
G = 11.17%
B = 48.83%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9A2BBC (or 0x9A2BBC) is known color: Dark Orchid. HEX triplet: 9A, 2B and BC. RGB value is (154,43,188). Sum of RGB (Red+Green+Blue) = 154+43+188=385 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A2BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2BBC is #65D443. Grayscale: #5C5C5C. Windows color (decimal): -6673476 or 12331930. OLE color: 12331930.

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

Color convert

RGB 154 43 188 -
CMYK 0.18 0.77 0 0.26
HSL 285.93º 0.63% 0.45% -
HSV(B) 285.93º 0.77% 0.74% -
XYZ 23.27 12.23 48.71 -
YUV 92.72 181.77 171.71 -
System Red Green Blue C M Y K H S L
Decimal 154 43 188 0.18 0.77 0 0.26 285.93 0.63 0.45
Hex 9A 2B BC 12 4D 0 1A 11E 3F 2D
Octal 232 53 274 22 115 0 32 436 77 55
Binary 10011010 101011 10111100 10010 1001101 0 11010 100011110 111111 101101

Color Harmonies of #9A2BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2BBC

Black with #9A2BBC

Text Example


Text Example

White with #9A2BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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