Html Css Color HEX #9735ED Blue Violet

📋 copy color: '#9735ED'

red 151 ◦ green 53 ◦ blue 237

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

Shades of Blue Violet #9735ED

Tints of Blue Violet #9735ED

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.02%

 BLUE value IS 237 (92.97% from 255) = 53.74%

R = 34.24%
G = 12.02%
B = 53.74%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9735ED (or 0x9735ED) is known color: Blue Violet. HEX triplet: 97, 35 and ED. RGB value is (151,53,237). Sum of RGB (Red+Green+Blue) = 151+53+237=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #9735ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9735ED is #68CA12. Grayscale: #666666. Windows color (decimal): -6867475 or 15545751. OLE color: 15545751.

HSL color Cylindrical-coordinate representation of color #9735ED: hue angle of 271.96º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9735ED is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 53 237 -
CMYK 0.36 0.78 0 0.07
HSL 271.96º 0.84% 0.57% -
HSV(B) 271.96º 0.78% 0.93% -
XYZ 29.32 15.24 81.52 -
YUV 103.28 203.47 162.04 -
System Red Green Blue C M Y K H S L
Decimal 151 53 237 0.36 0.78 0 0.07 271.96 0.84 0.57
Hex 97 35 ED 24 4E 0 7 110 54 39
Octal 227 65 355 44 116 0 7 420 124 71
Binary 10010111 110101 11101101 100100 1001110 0 111 100010000 1010100 111001

Color Harmonies of #9735ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9735ED

Black with #9735ED

Text Example


Text Example

White with #9735ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9735ED; }

 p { color: rgb(151,53,237); }

 H1.HeaderClassName
 {
   color: #9735ED;
 }
 .AnyTagClassName
 {
   color: #9735ED;
 }
</style>

background-color css

<style>
 a { background-color: #9735ED; }

 a { background-color: rgb(151,53,237); }

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

border-color css

<style>
 span { border-color: #9735ED; }

 span { border-color: rgb(151,53,237); }

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