Html Css Color HEX #9718CA Dark Violet

📋 copy color: '#9718CA'

red 151 ◦ green 24 ◦ blue 202

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

Shades of Dark Violet #9718CA

Tints of Dark Violet #9718CA

RGB

 RED value IS 151 (59.38% from 255) = 40.05%

 GREEN value IS 24 (9.77% from 255) = 6.37%

 BLUE value IS 202 (79.3% from 255) = 53.58%

R = 40.05%
G = 6.37%
B = 53.58%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9718CA (or 0x9718CA) is known color: Dark Violet. HEX triplet: 97, 18 and CA. RGB value is (151,24,202). Sum of RGB (Red+Green+Blue) = 151+24+202=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 202 (79.30% from 255 or 53.58% from 377); Max value from RGB is 202 - color contains mainly: blue. Hex color #9718CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9718CA is #68E735. Grayscale: #515151. Windows color (decimal): -6874934 or 13244567. OLE color: 13244567.

HSL color Cylindrical-coordinate representation of color #9718CA: hue angle of 282.81º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9718CA is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 24 202 -
CMYK 0.25 0.88 0 0.21
HSL 282.81º 0.79% 0.44% -
HSV(B) 282.81º 0.88% 0.79% -
XYZ 23.75 11.5 56.84 -
YUV 82.27 195.58 177.03 -
System Red Green Blue C M Y K H S L
Decimal 151 24 202 0.25 0.88 0 0.21 282.81 0.79 0.44
Hex 97 18 CA 19 58 0 15 11B 4F 2C
Octal 227 30 312 31 130 0 25 433 117 54
Binary 10010111 11000 11001010 11001 1011000 0 10101 100011011 1001111 101100

Color Harmonies of #9718CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9718CA

Black with #9718CA

Text Example


Text Example

White with #9718CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9718CA; }

 p { color: rgb(151,24,202); }

 H1.HeaderClassName
 {
   color: #9718CA;
 }
 .AnyTagClassName
 {
   color: #9718CA;
 }
</style>

background-color css

<style>
 a { background-color: #9718CA; }

 a { background-color: rgb(151,24,202); }

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

border-color css

<style>
 span { border-color: #9718CA; }

 span { border-color: rgb(151,24,202); }

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