Html Css Color HEX #9765DA Medium Purple

📋 copy color: '#9765DA'

red 151 ◦ green 101 ◦ blue 218

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

Shades of Medium Purple #9765DA

Tints of Medium Purple #9765DA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.49%

 BLUE value IS 218 (85.55% from 255) = 46.38%

R = 32.13%
G = 21.49%
B = 46.38%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9765DA (or 0x9765DA) is known color: Medium Purple. HEX triplet: 97, 65 and DA. RGB value is (151,101,218). Sum of RGB (Red+Green+Blue) = 151+101+218=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #9765DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9765DA is #689A25. Grayscale: #808080. Windows color (decimal): -6855206 or 14312855. OLE color: 14312855.

HSL color Cylindrical-coordinate representation of color #9765DA: hue angle of 265.64º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9765DA is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 101 218 -
CMYK 0.31 0.54 0 0.15
HSL 265.64º 0.61% 0.63% -
HSV(B) 265.64º 0.54% 0.85% -
XYZ 30.07 20.95 68.79 -
YUV 129.29 178.07 143.49 -
System Red Green Blue C M Y K H S L
Decimal 151 101 218 0.31 0.54 0 0.15 265.64 0.61 0.63
Hex 97 65 DA 1F 36 0 F 10A 3D 3F
Octal 227 145 332 37 66 0 17 412 75 77
Binary 10010111 1100101 11011010 11111 110110 0 1111 100001010 111101 111111

Color Harmonies of #9765DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9765DA

Black with #9765DA

Text Example


Text Example

White with #9765DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9765DA; }

 p { color: rgb(151,101,218); }

 H1.HeaderClassName
 {
   color: #9765DA;
 }
 .AnyTagClassName
 {
   color: #9765DA;
 }
</style>

background-color css

<style>
 a { background-color: #9765DA; }

 a { background-color: rgb(151,101,218); }

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

border-color css

<style>
 span { border-color: #9765DA; }

 span { border-color: rgb(151,101,218); }

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