Html Css Color HEX #9A00BC Dark Violet

📋 copy color: '#9A00BC'

red 154 ◦ green 0 ◦ blue 188

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

Shades of Dark Violet #9A00BC

Tints of Dark Violet #9A00BC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.03%
G = 0%
B = 54.97%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9A00BC (or 0x9A00BC) is known color: Dark Violet. HEX triplet: 9A, 00 and BC. RGB value is (154,0,188). Sum of RGB (Red+Green+Blue) = 154+0+188=342 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.03% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A00BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A00BC is #65FF43. Grayscale: #424242. Windows color (decimal): -6684484 or 12320922. OLE color: 12320922.

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

Color convert

RGB 154 0 188 -
CMYK 0.18 1 0 0.26
HSL 289.15º 1% 0.37% -
HSV(B) 289.15º 1% 0.74% -
XYZ 22.4 10.5 48.42 -
YUV 67.48 196.02 189.71 -
System Red Green Blue C M Y K H S L
Decimal 154 0 188 0.18 1 0 0.26 289.15 1 0.37
Hex 9A 0 BC 12 64 0 1A 121 64 25
Octal 232 0 274 22 144 0 32 441 144 45
Binary 10011010 0 10111100 10010 1100100 0 11010 100100001 1100100 100101

Color Harmonies of #9A00BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A00BC

Black with #9A00BC

Text Example


Text Example

White with #9A00BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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