Html Css Color HEX #9A00CF Dark Violet

📋 copy color: '#9A00CF'

red 154 ◦ green 0 ◦ blue 207

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

Shades of Dark Violet #9A00CF

Tints of Dark Violet #9A00CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.34%

R = 42.66%
G = 0%
B = 57.34%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9A00CF (or 0x9A00CF) is known color: Dark Violet. HEX triplet: 9A, 00 and CF. RGB value is (154,0,207). Sum of RGB (Red+Green+Blue) = 154+0+207=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A00CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A00CF is #65FF30. Grayscale: #444444. Windows color (decimal): -6684465 or 13566106. OLE color: 13566106.

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

Color convert

RGB 154 0 207 -
CMYK 0.26 1 0 0.19
HSL 284.64º 1% 0.41% -
HSV(B) 284.64º 1% 0.81% -
XYZ 24.59 11.38 59.93 -
YUV 69.64 205.52 188.17 -
System Red Green Blue C M Y K H S L
Decimal 154 0 207 0.26 1 0 0.19 284.64 1 0.41
Hex 9A 0 CF 1A 64 0 13 11D 64 29
Octal 232 0 317 32 144 0 23 435 144 51
Binary 10011010 0 11001111 11010 1100100 0 10011 100011101 1100100 101001

Color Harmonies of #9A00CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A00CF

Black with #9A00CF

Text Example


Text Example

White with #9A00CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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