Html Css Color HEX #9707CB Dark Violet

📋 copy color: '#9707CB'

red 151 ◦ green 7 ◦ blue 203

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

Shades of Dark Violet #9707CB

Tints of Dark Violet #9707CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 56.23%

R = 41.83%
G = 1.94%
B = 56.23%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9707CB (or 0x9707CB) is known color: Dark Violet. HEX triplet: 97, 07 and CB. RGB value is (151,7,203). Sum of RGB (Red+Green+Blue) = 151+7+203=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #9707CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9707CB is #68F834. Grayscale: #474747. Windows color (decimal): -6879285 or 13305751. OLE color: 13305751.

HSL color Cylindrical-coordinate representation of color #9707CB: hue angle of 284.08º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9707CB is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 7 203 -
CMYK 0.26 0.97 0 0.20
HSL 284.08º 0.93% 0.41% -
HSV(B) 284.08º 0.97% 0.8% -
XYZ 23.62 11.04 57.39 -
YUV 72.4 201.71 184.06 -
System Red Green Blue C M Y K H S L
Decimal 151 7 203 0.26 0.97 0 0.20 284.08 0.93 0.41
Hex 97 7 CB 1A 61 0 14 11C 5D 29
Octal 227 7 313 32 141 0 24 434 135 51
Binary 10010111 111 11001011 11010 1100001 0 10100 100011100 1011101 101001

Color Harmonies of #9707CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9707CB

Black with #9707CB

Text Example


Text Example

White with #9707CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9707CB; }

 p { color: rgb(151,7,203); }

 H1.HeaderClassName
 {
   color: #9707CB;
 }
 .AnyTagClassName
 {
   color: #9707CB;
 }
</style>

background-color css

<style>
 a { background-color: #9707CB; }

 a { background-color: rgb(151,7,203); }

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

border-color css

<style>
 span { border-color: #9707CB; }

 span { border-color: rgb(151,7,203); }

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