Html Css Color HEX #9633DC Blue Violet

📋 copy color: '#9633DC'

red 150 ◦ green 51 ◦ blue 220

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

Shades of Blue Violet #9633DC

Tints of Blue Violet #9633DC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.11%

 BLUE value IS 220 (86.33% from 255) = 52.26%

R = 35.63%
G = 12.11%
B = 52.26%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9633DC (or 0x9633DC) is known color: Blue Violet. HEX triplet: 96, 33 and DC. RGB value is (150,51,220). Sum of RGB (Red+Green+Blue) = 150+51+220=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 51 (20.31% from 255 or 12.11% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #9633DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9633DC is #69CC23. Grayscale: #636363. Windows color (decimal): -6933540 or 14431126. OLE color: 14431126.

HSL color Cylindrical-coordinate representation of color #9633DC: hue angle of 275.15º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9633DC is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 51 220 -
CMYK 0.32 0.77 0 0.14
HSL 275.15º 0.71% 0.53% -
HSV(B) 275.15º 0.77% 0.86% -
XYZ 26.68 14.02 69.01 -
YUV 99.87 195.8 163.76 -
System Red Green Blue C M Y K H S L
Decimal 150 51 220 0.32 0.77 0 0.14 275.15 0.71 0.53
Hex 96 33 DC 20 4D 0 E 113 47 35
Octal 226 63 334 40 115 0 16 423 107 65
Binary 10010110 110011 11011100 100000 1001101 0 1110 100010011 1000111 110101

Color Harmonies of #9633DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9633DC

Black with #9633DC

Text Example


Text Example

White with #9633DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9633DC; }

 p { color: rgb(150,51,220); }

 H1.HeaderClassName
 {
   color: #9633DC;
 }
 .AnyTagClassName
 {
   color: #9633DC;
 }
</style>

background-color css

<style>
 a { background-color: #9633DC; }

 a { background-color: rgb(150,51,220); }

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

border-color css

<style>
 span { border-color: #9633DC; }

 span { border-color: rgb(150,51,220); }

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