Html Css Color HEX #9682CD Cold Purple

📋 copy color: '#9682CD'

red 150 ◦ green 130 ◦ blue 205

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

Shades of Cold Purple #9682CD

Tints of Cold Purple #9682CD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.8%

 BLUE value IS 205 (80.47% from 255) = 42.27%

R = 30.93%
G = 26.8%
B = 42.27%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9682CD (or 0x9682CD) is known color: Cold Purple. HEX triplet: 96, 82 and CD. RGB value is (150,130,205). Sum of RGB (Red+Green+Blue) = 150+130+205=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #9682CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9682CD is #697D32. Grayscale: #909090. Windows color (decimal): -6913331 or 13468310. OLE color: 13468310.

HSL color Cylindrical-coordinate representation of color #9682CD: hue angle of 256º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9682CD is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 130 205 -
CMYK 0.27 0.37 0 0.20
HSL 256º 0.43% 0.66% -
HSV(B) 256º 0.37% 0.8% -
XYZ 31.58 26.86 61.28 -
YUV 144.53 162.13 131.9 -
System Red Green Blue C M Y K H S L
Decimal 150 130 205 0.27 0.37 0 0.20 256 0.43 0.66
Hex 96 82 CD 1B 25 0 14 100 2B 42
Octal 226 202 315 33 45 0 24 400 53 102
Binary 10010110 10000010 11001101 11011 100101 0 10100 100000000 101011 1000010

Color Harmonies of #9682CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9682CD

Black with #9682CD

Text Example


Text Example

White with #9682CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9682CD; }

 p { color: rgb(150,130,205); }

 H1.HeaderClassName
 {
   color: #9682CD;
 }
 .AnyTagClassName
 {
   color: #9682CD;
 }
</style>

background-color css

<style>
 a { background-color: #9682CD; }

 a { background-color: rgb(150,130,205); }

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

border-color css

<style>
 span { border-color: #9682CD; }

 span { border-color: rgb(150,130,205); }

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