Html Css Color HEX #9D07C4 Dark Violet

📋 copy color: '#9D07C4'

red 157 ◦ green 7 ◦ blue 196

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

Shades of Dark Violet #9D07C4

Tints of Dark Violet #9D07C4

RGB

 RED value IS 157 (61.72% from 255) = 43.61%

 GREEN value IS 7 (3.13% from 255) = 1.94%

 BLUE value IS 196 (76.95% from 255) = 54.44%

R = 43.61%
G = 1.94%
B = 54.44%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9D07C4 (or 0x9D07C4) is known color: Dark Violet. HEX triplet: 9D, 07 and C4. RGB value is (157,7,196). Sum of RGB (Red+Green+Blue) = 157+7+196=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 7 (3.12% from 255 or 1.94% from 360); Blue value is 196 (76.95% from 255 or 54.44% from 360); Max value from RGB is 196 - color contains mainly: blue. Hex color #9D07C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D07C4 is #62F83B. Grayscale: #484848. Windows color (decimal): -6486076 or 12847005. OLE color: 12847005.

HSL color Cylindrical-coordinate representation of color #9D07C4: hue angle of 287.62º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D07C4 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 157 7 196 -
CMYK 0.20 0.96 0 0.23
HSL 287.62º 0.93% 0.4% -
HSV(B) 287.62º 0.96% 0.77% -
XYZ 23.94 11.31 53.14 -
YUV 73.4 197.2 187.63 -
System Red Green Blue C M Y K H S L
Decimal 157 7 196 0.20 0.96 0 0.23 287.62 0.93 0.4
Hex 9D 7 C4 14 60 0 17 120 5D 28
Octal 235 7 304 24 140 0 27 440 135 50
Binary 10011101 111 11000100 10100 1100000 0 10111 100100000 1011101 101000

Color Harmonies of #9D07C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D07C4

Black with #9D07C4

Text Example


Text Example

White with #9D07C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,7,196); }

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

background-color css

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

 a { background-color: rgb(157,7,196); }

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

border-color css

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

 span { border-color: rgb(157,7,196); }

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