Html Css Color HEX #9625DD Blue Violet

📋 copy color: '#9625DD'

red 150 ◦ green 37 ◦ blue 221

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

Shades of Blue Violet #9625DD

Tints of Blue Violet #9625DD

RGB

 RED value IS 150 (58.98% from 255) = 36.76%

 GREEN value IS 37 (14.84% from 255) = 9.07%

 BLUE value IS 221 (86.72% from 255) = 54.17%

R = 36.76%
G = 9.07%
B = 54.17%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9625DD (or 0x9625DD) is known color: Blue Violet. HEX triplet: 96, 25 and DD. RGB value is (150,37,221). Sum of RGB (Red+Green+Blue) = 150+37+221=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #9625DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9625DD is #69DA22. Grayscale: #5B5B5B. Windows color (decimal): -6937123 or 14493078. OLE color: 14493078.

HSL color Cylindrical-coordinate representation of color #9625DD: hue angle of 276.85º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9625DD is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 37 221 -
CMYK 0.32 0.83 0 0.13
HSL 276.85º 0.73% 0.51% -
HSV(B) 276.85º 0.83% 0.87% -
XYZ 26.29 13.03 69.54 -
YUV 91.76 200.94 169.54 -
System Red Green Blue C M Y K H S L
Decimal 150 37 221 0.32 0.83 0 0.13 276.85 0.73 0.51
Hex 96 25 DD 20 53 0 D 115 49 33
Octal 226 45 335 40 123 0 15 425 111 63
Binary 10010110 100101 11011101 100000 1010011 0 1101 100010101 1001001 110011

Color Harmonies of #9625DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9625DD

Black with #9625DD

Text Example


Text Example

White with #9625DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9625DD; }

 p { color: rgb(150,37,221); }

 H1.HeaderClassName
 {
   color: #9625DD;
 }
 .AnyTagClassName
 {
   color: #9625DD;
 }
</style>

background-color css

<style>
 a { background-color: #9625DD; }

 a { background-color: rgb(150,37,221); }

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

border-color css

<style>
 span { border-color: #9625DD; }

 span { border-color: rgb(150,37,221); }

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