Html Css Color HEX #9705EA Dark Violet

📋 copy color: '#9705EA'

red 151 ◦ green 5 ◦ blue 234

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

Shades of Dark Violet #9705EA

Tints of Dark Violet #9705EA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.28%

 BLUE value IS 234 (91.8% from 255) = 60%

R = 38.72%
G = 1.28%
B = 60%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9705EA (or 0x9705EA) is known color: Dark Violet. HEX triplet: 97, 05 and EA. RGB value is (151,5,234). Sum of RGB (Red+Green+Blue) = 151+5+234=390 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.72% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #9705EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9705EA is #68FA15. Grayscale: #494949. Windows color (decimal): -6879766 or 15336855. OLE color: 15336855.

HSL color Cylindrical-coordinate representation of color #9705EA: hue angle of 278.25º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9705EA is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 5 234 -
CMYK 0.35 0.98 0 0.08
HSL 278.25º 0.96% 0.47% -
HSV(B) 278.25º 0.98% 0.92% -
XYZ 27.67 12.63 78.82 -
YUV 74.76 217.87 182.38 -
System Red Green Blue C M Y K H S L
Decimal 151 5 234 0.35 0.98 0 0.08 278.25 0.96 0.47
Hex 97 5 EA 23 62 0 8 116 60 2F
Octal 227 5 352 43 142 0 10 426 140 57
Binary 10010111 101 11101010 100011 1100010 0 1000 100010110 1100000 101111

Color Harmonies of #9705EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9705EA

Black with #9705EA

Text Example


Text Example

White with #9705EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9705EA; }

 p { color: rgb(151,5,234); }

 H1.HeaderClassName
 {
   color: #9705EA;
 }
 .AnyTagClassName
 {
   color: #9705EA;
 }
</style>

background-color css

<style>
 a { background-color: #9705EA; }

 a { background-color: rgb(151,5,234); }

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

border-color css

<style>
 span { border-color: #9705EA; }

 span { border-color: rgb(151,5,234); }

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